Skip to content

Commit

Permalink
Fixed transparent decompress chunk
Browse files Browse the repository at this point in the history
Transparent decompress chunk was added into to ignore list due to
the side effect of timescale#5118. This issue is to fix the flaky nature of
the test.
  • Loading branch information
shhnwz committed Apr 13, 2023
1 parent 3f9cb3c commit fe0ba77
Show file tree
Hide file tree
Showing 5 changed files with 659 additions and 548 deletions.
6 changes: 3 additions & 3 deletions .github/gh_matrix_builder.py
Expand Up @@ -142,11 +142,11 @@ def macos_config(overrides):
pg15_installcheck_args = "IGNORES='partialize_finalize transparent_decompress_chunk-15'"

# transparent_decompress_chunk-[12,13,14] is ignored due to #5118
pg14_installcheck_args = "IGNORES='bgw_db_scheduler bgw_db_scheduler_fixed partialize_finalize transparent_decompress_chunk-14'"
pg14_installcheck_args = "IGNORES='partialize_finalize'"

pg13_installcheck_args = "IGNORES='bgw_db_scheduler bgw_db_scheduler_fixed partialize_finalize transparent_decompress_chunk-13'"
pg13_installcheck_args = "IGNORES='partialize_finalize'"

pg12_installcheck_args = "IGNORES='bgw_db_scheduler bgw_db_scheduler_fixed partialize_finalize transparent_decompress_chunk-12'"
pg12_installcheck_args = "IGNORES='partialize_finalize'"

# always test debug build on latest of all supported pg versions
m["include"].append(
Expand Down

0 comments on commit fe0ba77

Please sign in to comment.