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

Ignore compression_chunk_race test in 12.0 and 13.2 #4511

Merged
merged 1 commit into from Jul 18, 2022

Conversation

svenklemm
Copy link
Member

The isolation tester in earlier PG versions is lacking features we
rely on in our tests so the results of isolation tests are ignored
when testing on the earliest version of a major pg version.

@svenklemm svenklemm requested a review from a team as a code owner July 15, 2022 07:28
@svenklemm svenklemm requested review from pmwkaa and konskov and removed request for a team July 15, 2022 07:28
@codecov
Copy link

codecov bot commented Jul 15, 2022

Codecov Report

Merging #4511 (122fa12) into main (5670378) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4511      +/-   ##
==========================================
- Coverage   90.21%   90.18%   -0.03%     
==========================================
  Files         222      222              
  Lines       41071    41078       +7     
==========================================
- Hits        37052    37046       -6     
- Misses       4019     4032      +13     
Impacted Files Coverage Δ
tsl/src/remote/row_by_row_fetcher.c 85.47% <100.00%> (+0.86%) ⬆️
src/bgw/scheduler.c 82.89% <0.00%> (-3.54%) ⬇️
src/bgw/job.c 93.14% <0.00%> (-0.29%) ⬇️
tsl/src/reorder.c 85.37% <0.00%> (-0.27%) ⬇️
tsl/src/nodes/data_node_dispatch.c 96.49% <0.00%> (-0.24%) ⬇️
src/planner/planner.c 95.42% <0.00%> (+0.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91c3820...122fa12. Read the comment docs.

The isolation tester in earlier PG versions is lacking features we
rely on in our tests so the results of isolation tests are ignored
when testing on the earliest version of a major pg version.
@svenklemm svenklemm merged commit cfac68e into timescale:main Jul 18, 2022
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.

None yet

3 participants