Uh oh!
There was an error while loading. Please reload this page.
master: travis and trillian smoketests fixes and stabilisation - #3476
Conversation
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
When resource type project is passed, users shoulnd't need to pass the projectid param, previous tests should pass (test_tags.py). Fixesapache#3377 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
List of consistenly failing tests: Intermittent failures: |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
| final ProjectVO project = _projectDao.findByUuidIncludingRemoved(resourceId); | ||
| if (project != null) { | ||
| projectId = project.getId(); | ||
| } |
There was a problem hiding this comment.
return empty if projectId is null ?
There was a problem hiding this comment.
Yes, if projectid is not passed and invalid resourceid is passed.
There was a problem hiding this comment.
so, if projectId is still null here, return empty result or continue on searching ?
There was a problem hiding this comment.
This will continue to search and return empty result/response. This only happens when a user does not pass the projectId and invalid resourceid or does not pass the resourceid. I checked against 4.11 for behaviour and tried to fix in a way that user experience is same as 4.11.
yadvr
commented
Jul 9, 2019
@blueorangutan package |
blueorangutan
commented
Jul 9, 2019
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jul 9, 2019
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-103 |
yadvr
commented
Jul 9, 2019
@blueorangutan test matrix |
blueorangutan
commented
Jul 9, 2019
@rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
commented
Jul 9, 2019
@blueorangutan test |
blueorangutan
commented
Jul 9, 2019
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Jul 9, 2019
Trillian test result (tid-124)
|
blueorangutan
commented
Jul 10, 2019
Trillian test result (tid-133)
|
yadvr
commented
Jul 10, 2019
@blueorangutan test centos7 vmware-65u2 |
blueorangutan
commented
Jul 10, 2019
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-65u2) has been kicked to run smoke tests |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
blueorangutan
commented
Jul 11, 2019
Trillian test result (tid-140)
|
yadvr
commented
Jul 11, 2019
@blueorangutan package |
blueorangutan
commented
Jul 11, 2019
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jul 11, 2019
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-116 |
yadvr
commented
Jul 11, 2019
@blueorangutan test centos7 vmware-65u2 |
blueorangutan
commented
Jul 11, 2019
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-65u2) has been kicked to run smoke tests |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
blueorangutan
commented
Jul 11, 2019
Trillian test result (tid-148)
|
yadvr
commented
Jul 12, 2019
@shwstppr@anuragaw@borisstoyanov can you review this? The only outstanding issues are the following intermittently failing tests on vmware that I'll confirm manually shortly: |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
commented
Jul 12, 2019
Let's review and merge this on next Travis pass @borisstoyanov@shwstppr@anuragaw ? |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
commented
Jul 12, 2019
@khos2ow the packaging jobs in Travis are failing can you send a separate PR to fix it, for now I've commented them out: |
yadvr
commented
Jul 12, 2019
ustcweizhou
commented
Jul 12, 2019
good |

The aim of the PR is to stabilise master and fix failing smoketests both on Travis and Trillian.
Types of changes