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

o/snapstate: bump timeout in test*ComponentsRunThrough variants #14564

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

andrewphelpsj
Copy link
Member

I spent a while trying to reproduce this issue by running the spread test manually, but I wasn't able to catch it in the act. I'm pretty confident the failures we're seeing are because of a timeout that is too low, since the state of the tasks when settle times out has been different in the cases where we have seen a failure. This indicates to me that we're not getting stuck on something specific.

Regardless, if we have a real issue where something is getting completely blocked, this won't solve anything. However, if the issue is that our timeout is just too low, then hopefully this will make things better.

Copy link
Contributor

@bboozzoo bboozzoo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@MiguelPires MiguelPires left a comment

Choose a reason for hiding this comment

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

lgtm

@andrewphelpsj
Copy link
Member Author

The failing google-distro-2:arch-linux-64:tests/main/degraded isn't related to this change.

@ernestl ernestl merged commit 19c3f09 into canonical:master Oct 2, 2024
53 of 56 checks passed
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.88%. Comparing base (ac897ee) to head (feeca82).
Report is 50 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #14564      +/-   ##
==========================================
+ Coverage   78.85%   78.88%   +0.02%     
==========================================
  Files        1079     1082       +3     
  Lines      145615   146058     +443     
==========================================
+ Hits       114828   115218     +390     
- Misses      23601    23645      +44     
- Partials     7186     7195       +9     
Flag Coverage Δ
unittests 78.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants