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 SQL test #6445

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Fix flaky SQL test #6445

merged 1 commit into from
Dec 19, 2023

Conversation

antekresic
Copy link
Contributor

@antekresic antekresic commented Dec 19, 2023

During dropping of the database used in the various tests we can encounter an error if something is still connected to the database, making the output unpredicatable. This change should reduce the possibility of that happening.

Disable-check: force-changelog-file

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a64ae61) 87.32% compared to head (174b0e4) 87.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6445      +/-   ##
==========================================
- Coverage   87.32%   87.31%   -0.02%     
==========================================
  Files         185      185              
  Lines       41744    41698      -46     
  Branches     9283     9263      -20     
==========================================
- Hits        36453    36407      -46     
+ Misses       3614     3605       -9     
- Partials     1677     1686       +9     

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

@antekresic antekresic force-pushed the fix-bgw-launcher branch 2 times, most recently from 221db45 to 99a309e Compare December 19, 2023 13:55
@antekresic antekresic changed the title Fix bgw_launcher flaky test Fix flaky SQL test Dec 19, 2023
@antekresic antekresic added the ci label Dec 19, 2023
@antekresic antekresic marked this pull request as ready for review December 19, 2023 14:12
Copy link

@fabriziomello, @konskov: please review this pull request.

Powered by pull-review

@akuzm akuzm disabled auto-merge December 19, 2023 14:26
During dropping of the database used in the various tests
we can encounter an error if something is still connected
to the database, making the output unpredicatable. This
change should reduce the possibility of that happening.
@antekresic antekresic merged commit 24ae38b into timescale:main Dec 19, 2023
43 checks passed
@antekresic antekresic deleted the fix-bgw-launcher branch December 19, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants