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

Fix flaky dynamic/TestConfigure test #2130

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Fix flaky dynamic/TestConfigure test #2130

merged 1 commit into from
Jun 26, 2024

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Jun 26, 2024

73a8116 introduced a test with a race condition between parallel tests. This PR separates the stateful and stateless tests into TestConfigure and TestCheckConfig respectively. It removes the race condition.

Fixes #2129

73a8116 introduced a test with a race condition between parallel tests. This PR separates
the stateful and stateless tests into TestConfigure and TestCheckConfig respectively. It
removes the race condition.
@iwahbe iwahbe requested a review from a team June 26, 2024 01:32
@iwahbe iwahbe self-assigned this Jun 26, 2024
@iwahbe iwahbe enabled auto-merge (squash) June 26, 2024 01:32
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.40%. Comparing base (73a8116) to head (adbed96).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2130      +/-   ##
==========================================
+ Coverage   60.64%   61.40%   +0.76%     
==========================================
  Files         350      349       -1     
  Lines       45793    38090    -7703     
==========================================
- Hits        27770    23390    -4380     
+ Misses      16491    13174    -3317     
+ Partials     1532     1526       -6     

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

@iwahbe iwahbe merged commit 674cf5b into master Jun 26, 2024
11 checks passed
@iwahbe iwahbe deleted the iwahbe/fix-flaky-test branch June 26, 2024 10:15
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.86.0.

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.

Workflow failure: Master and Tag Builds
3 participants