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 pg_dump flakiness #6447

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Fix pg_dump flakiness #6447

merged 1 commit into from
Dec 20, 2023

Conversation

antekresic
Copy link
Contributor

@antekresic antekresic commented Dec 20, 2023

During pg_dump creation of extra database, we terminate all processes connected to the template database but we don't revoke connection to it. This is why we still see random failures to create the new database.

Disable-check: force-changelog-file

During pg_dump creation of extra database, we terminate all
processes connected to the template database but we don't
revoke connection to it. This is why we still see random
failures to create the new database.
@antekresic antekresic added the ci label Dec 20, 2023
@antekresic antekresic marked this pull request as ready for review December 20, 2023 09:47
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bb00de4) 87.32% compared to head (8914996) 87.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6447      +/-   ##
==========================================
- Coverage   87.32%   87.28%   -0.05%     
==========================================
  Files         185      185              
  Lines       41744    41698      -46     
  Branches     9283     9263      -20     
==========================================
- Hits        36452    36395      -57     
- Misses       3613     3618       +5     
- Partials     1679     1685       +6     

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

@antekresic antekresic enabled auto-merge (rebase) December 20, 2023 10:00
@antekresic antekresic merged commit 1797f8e into timescale:main Dec 20, 2023
50 of 51 checks passed
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

3 participants