master: travis and trillian smoketests fixes and stabilisation#3476
master: travis and trillian smoketests fixes and stabilisation#3476yadvr merged 26 commits intoapache:masterfrom
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). Fixes apache#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.
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-103 |
|
@blueorangutan test matrix |
|
@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>
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-124)
|
|
Trillian test result (tid-133)
|
|
@blueorangutan test centos7 vmware-65u2 |
|
@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>
|
Trillian test result (tid-140)
|
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-116 |
|
@blueorangutan test centos7 vmware-65u2 |
|
@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>
|
Trillian test result (tid-148)
|
|
@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>
|
Let's review and merge this on next Travis pass @borisstoyanov @shwstppr @anuragaw ? |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
|
@khos2ow the packaging jobs in Travis are failing can you send a separate PR to fix it, for now I've commented them out: |
|
good |

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