Skip to content

4.13/master stabilisation PR#3547

Merged
yadvr merged 7 commits into
apache:masterfrom
shapeblue:smoke-test-fix-master413
Aug 13, 2019
Merged

4.13/master stabilisation PR#3547
yadvr merged 7 commits into
apache:masterfrom
shapeblue:smoke-test-fix-master413

Conversation

@yadvr
Copy link
Copy Markdown
Member

@yadvr yadvr commented Aug 8, 2019

Smoketests fixes. Refer health check PR #3517

Known/Failing tests:

Test Result Time (s) Test File
test_reboot_router Error 349.14 test_network.py
test_08_start_router Error 71.81 test_routers.py
test_09_reboot_router Error 0.12 test_routers.py
test_02_list_snapshots_with_removed_data_store Error 1.18 test_snapshots.py
test_01_volume_usage Error 9.42 test_usage.py

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
@yadvr yadvr added this to the 4.13.0.0 milestone Aug 8, 2019
yadvr added 2 commits August 9, 2019 15:50
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
@yadvr
Copy link
Copy Markdown
Member Author

yadvr commented Aug 9, 2019

With the NPE fixes, it should fix the following:
test_02_list_snapshots_with_removed_data_store | Error | 1.18 | test_snapshots.py
test_01_volume_usage | Error | 9.42 | test_usage.py

@blueorangutan package

@blueorangutan
Copy link
Copy Markdown

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link
Copy Markdown

Packaging result: ✔centos6 ✔centos7 ✔debian. JID-238

@yadvr
Copy link
Copy Markdown
Member Author

yadvr commented Aug 9, 2019

@blueorangutan test

@blueorangutan
Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-296)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 32562 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3547-t296-kvm-centos7.zip
Smoke tests completed. 77 look OK, 0 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-298)
Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
Total time taken: 33359 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3547-t298-vmware-65u2.zip
Intermittent failure detected: /marvin/tests/smoke/test_network.py
Intermittent failure detected: /marvin/tests/smoke/test_routers.py
Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
Intermittent failure detected: /marvin/tests/smoke/test_usage.py
Smoke tests completed. 73 look OK, 4 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_reboot_router Error 273.73 test_network.py
test_08_start_router Error 51.08 test_routers.py
test_09_reboot_router Error 1.10 test_routers.py
test_02_list_snapshots_with_removed_data_store Error 1.13 test_snapshots.py
test_01_volume_usage Error 8.32 test_usage.py

@apache apache deleted a comment from blueorangutan Aug 10, 2019
@yadvr
Copy link
Copy Markdown
Member Author

yadvr commented Aug 10, 2019

@blueorangutan package

@blueorangutan
Copy link
Copy Markdown

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link
Copy Markdown

Packaging result: ✔centos6 ✔centos7 ✔debian. JID-244

@yadvr
Copy link
Copy Markdown
Member Author

yadvr commented Aug 10, 2019

@blueorangutan test centos7 xenserver-71

@blueorangutan
Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + xenserver-71) has been kicked to run smoke tests

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-301)
Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
Total time taken: 35354 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3547-t301-xenserver-71.zip
Intermittent failure detected: /marvin/tests/smoke/test_list_ids_parameter.py
Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
Smoke tests completed. 75 look OK, 2 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_list_snapshots Error 0.03 test_list_ids_parameter.py
test_01_scale_vm Failure 30.67 test_scale_vm.py

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-302)
Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
Total time taken: 32932 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3547-t302-vmware-65u2.zip
Intermittent failure detected: /marvin/tests/smoke/test_network.py
Intermittent failure detected: /marvin/tests/smoke/test_routers.py
Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
Intermittent failure detected: /marvin/tests/smoke/test_usage.py
Smoke tests completed. 73 look OK, 4 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_reboot_router Error 306.36 test_network.py
test_08_start_router Error 58.25 test_routers.py
test_09_reboot_router Error 1.09 test_routers.py
test_02_list_snapshots_with_removed_data_store Error 1.14 test_snapshots.py
test_01_volume_usage Error 8.31 test_usage.py

yadvr added 4 commits August 12, 2019 14:08
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>
…ipts

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
@yadvr
Copy link
Copy Markdown
Member Author

yadvr commented Aug 12, 2019

@blueorangutan package

@blueorangutan
Copy link
Copy Markdown

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link
Copy Markdown

Packaging result: ✔centos6 ✔centos7 ✔debian. JID-245

@yadvr
Copy link
Copy Markdown
Member Author

yadvr commented Aug 12, 2019

@blueorangutan test centos7 xenserver-71

@blueorangutan
Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + xenserver-71) has been kicked to run smoke tests

@yadvr
Copy link
Copy Markdown
Member Author

yadvr commented Aug 12, 2019

@blueorangutan test

@blueorangutan
Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-304)
Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
Total time taken: 35374 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3547-t304-vmware-65u2.zip
Smoke tests completed. 77 look OK, 0 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-306)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 39964 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3547-t306-kvm-centos7.zip
Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
Smoke tests completed. 77 look OK, 0 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-307)
Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
Total time taken: 34334 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3547-t307-xenserver-71.zip
Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
Smoke tests completed. 76 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_01_scale_vm Failure 24.56 test_scale_vm.py

Copy link
Copy Markdown
Contributor

@anuragaw anuragaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM overall but an optional minor suggestion within.

oldNicIdString, oldNetworkOfferingId, null, 0L, VirtualMachine.class.getName(), vmInstance.getUuid(), vmInstance.isDisplay());

if (vmInstance.getState() != State.Stopped) {
if (vmInstance.getState() == State.Running) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log warning perhaps if this method is called when not in running state?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the case should trigger only when user vm is in running state

Copy link
Copy Markdown
Contributor

@shwstppr shwstppr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM based on test results, changes!

Copy link
Copy Markdown
Contributor

@borisstoyanov borisstoyanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I think scale VM xen failure is due to a license limitation

@yadvr yadvr changed the title [WIP] 4.13/master stabilisation PR 4.13/master stabilisation PR Aug 13, 2019
@yadvr yadvr merged commit b576972 into apache:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants