Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert test of #10267 #10323

Open
wants to merge 1 commit into
base: 4.19
Choose a base branch
from

Conversation

DaanHoogland
Copy link
Contributor

Reverts #10267 "server: fix attach uploaded volume"

@DaanHoogland
Copy link
Contributor Author

@blueorangutan package

@blueorangutan
Copy link

@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 5.88235% with 32 lines in your changes missing coverage. Please review.

Project coverage is 15.15%. Comparing base (238d0c5) to head (56e173b).
Report is 1 commits behind head on 4.19.

Files with missing lines Patch % Lines
...n/java/com/cloud/storage/VolumeApiServiceImpl.java 5.88% 32 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               4.19   #10323      +/-   ##
============================================
- Coverage     15.16%   15.15%   -0.02%     
+ Complexity    11306    11287      -19     
============================================
  Files          5408     5408              
  Lines        473948   473917      -31     
  Branches      57851    57848       -3     
============================================
- Hits          71883    71807      -76     
- Misses       394029   394082      +53     
+ Partials       8036     8028       -8     
Flag Coverage Δ
uitests 4.29% <ø> (ø)
unittests 15.87% <5.88%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarqubecloud bot commented Feb 4, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
4.5% Coverage on New Code (required ≥ 40%)

See analysis details on SonarQube Cloud

@blueorangutan
Copy link

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12326

@DaanHoogland
Copy link
Contributor Author

@blueorangutan test matrix

@blueorangutan
Copy link

@DaanHoogland a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests

@blueorangutan
Copy link

[SF] Trillian test result (tid-12297)
Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 48224 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10323-t12297-kvm-ol8.zip
Smoke tests completed. 133 look OK, 0 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File

@blueorangutan
Copy link

[SF] Trillian test result (tid-12299)
Environment: vmware-70u3 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 57017 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10323-t12299-vmware-70u3.zip
Smoke tests completed. 131 look OK, 2 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 Error 482.57 test_internal_lb.py
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 Error 482.60 test_internal_lb.py
test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 Error 590.05 test_internal_lb.py
test_12_destroy_cpvm Error 6.38 test_ssvm.py

@blueorangutan
Copy link

[SF] Trillian test result (tid-12298)
Environment: kvm-ubuntu22 (x2), Advanced Networking with Mgmt server u22
Total time taken: 57948 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10323-t12298-kvm-ubuntu22.zip
Smoke tests completed. 132 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_02_unsecure_vm_migration Error 249.03 test_vm_life_cycle.py
test_03_secured_to_nonsecured_vm_migration Error 164.85 test_vm_life_cycle.py
test_04_nonsecured_to_secured_vm_migration Error 160.83 test_vm_life_cycle.py

@shwstppr
Copy link
Contributor

shwstppr commented Feb 5, 2025

@DaanHoogland I think we can proceed with this. Though I feel #10267 probably wasn't the reason for whole test suite failure but based on #10324 (comment) I think there is a behavioural change which is causing test_12_start_vm_multiple_volumes_allocated failure. I'll check and fix.

@blueorangutan
Copy link

[SF] Trillian test result (tid-12300)
Environment: xcpng82 (x2), Advanced Networking with Mgmt server ol9
Total time taken: 70487 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10323-t12300-xcpng82.zip
Smoke tests completed. 131 look OK, 2 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_condensed_drs_algorithm Failure 171.06 test_cluster_drs.py
test_02_balanced_drs_algorithm Failure 185.36 test_cluster_drs.py
test_01_non_strict_host_anti_affinity Error 231.73 test_nonstrict_affinity_group.py
test_02_non_strict_host_affinity Error 132.23 test_nonstrict_affinity_group.py

@DaanHoogland
Copy link
Contributor Author

@DaanHoogland I think we can proceed with this. Though I feel #10267 probably wasn't the reason for whole test suite failure but based on #10324 (comment) I think there is a behavioural change which is causing test_12_start_vm_multiple_volumes_allocated failure. I'll check and fix.

ok @shwstppr , I will still want to see #10267 results as #10322 doesn't show these results. cc @weizhouapache @JoaoJandre

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.

3 participants