-
Notifications
You must be signed in to change notification settings - Fork 54
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
test(support-bundle): should not timeout #1456
test(support-bundle): should not timeout #1456
Conversation
5e0c967
to
261462e
Compare
261462e
to
fc4c774
Compare
@yangchiu @khushboo-rancher review this. cc @longhorn/qa |
ref: 6256 Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
fc4c774
to
a680283
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I tried to run the test case, but it failed with the following error:
https://ci.longhorn.io/job/public/job/v1.1.x/job/v1.1.x-longhorn-upgrade-tests-sles-arm64/169/ Do we need other modification to make it pass? |
Failing at To have a PASS run requires the fixes:
Ref: test results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mergify backport v1.5.x v1.4.x |
✅ Backports have been created
|
test(support-bundle): should not timeout (backport #1456)
test(support-bundle): should not timeout (backport #1456)
Weird, so it's only happening in arm64. Not related to the disk space. The dummy file was created successfully. |
Observed in local cluster:
|
Not related. Pytest was killed before being timed out. |
The memory usage just before the pytest got killed:
Comparing to the instance type we've used in amd64 vs arm64 The issue appears to be resolved when tested using an a1.2xlarge instance with 16 GiB of memory. @yangchiu can you help to adjust the instance type for arm64 pipelines? |
Created PR longhorn/infra#130 for this. |
longhorn/longhorn#6256