-
Notifications
You must be signed in to change notification settings - Fork 609
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
[BUG] Regression in 1.6.x-head, significant increase in execution time #9439
Comments
@ChanYiLin Can you help investigate the slowness of the test cases? Thank you. |
Based on the debug console log for #9455 on https://ci.longhorn.io/job/private/job/longhorn-tests-regression/7568/consoleFull
This is likely not what we expected. |
Pre Ready-For-Testing Checklist
Fixes:
|
Verified on v1.6.3-rc2 20240918
The test steps Result Passed |
Remove the |
Describe the bug
After executing regression tests for the
1.6.3-rc1
build, we discovered that since jenkins v1.6.x-head amd64 build 164, it has been taking approximately 20 hours to complete execution. The estimated time for completion should be 16 hours. Upon checking the test results, we noticed a significant increase in execution time for the teststest_restore_basic
andtest_allow_volume_creation_with_degraded_availability_restore
.To Reproduce
Rerun the jenkins job https://ci.longhorn.io/job/private/job/longhorn-tests-regression/7559/
Expected behavior
We need to investigate whether this is a performance issue.
Support bundle for troubleshooting
longhorn-tests-regression-7559-bundle.zip
Environment
Additional context
N/A
Workaround and Mitigation
N/A
The text was updated successfully, but these errors were encountered: