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

Test interaction with both toast compression types in columnar_insert #7670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Green-Chan
Copy link
Contributor

There is a part of columnar_insert test that tests population of columnar table with data from a table containing toasted values, and only default compression type (i.e. pglz) is checked there. This commit modifies columnar_insert test to check both pglz and lz4.

Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.42%. Comparing base (9e1852e) to head (a78cea1).

❗ There is a different number of reports uploaded between BASE (9e1852e) and HEAD (a78cea1). Click for more details.

HEAD has 75 uploads less than BASE
Flag BASE (9e1852e) HEAD (a78cea1)
15_regress_check-columnar-isolation 1 0
15_16_upgrade 1 0
16_regress_check-query-generator 1 0
14_regress_check-enterprise-isolation-logicalrep-2 1 0
16_regress_check-columnar-isolation 1 0
16_regress_check-enterprise-isolation-logicalrep-3 1 0
15_regress_check-columnar 1 0
16_regress_check-enterprise-isolation-logicalrep-2 1 0
14_regress_check-split 1 0
14_16_upgrade 1 0
14_regress_check-enterprise-isolation-logicalrep-3 1 0
16_regress_check-enterprise-isolation 1 0
15_regress_check-enterprise-isolation 1 0
14_regress_check-vanilla 1 0
14_regress_check-multi-mx 1 0
15_regress_check-operations 1 0
14_regress_check-columnar-isolation 1 0
15_regress_check-follower-cluster 1 0
16_regress_check-follower-cluster 1 0
15_regress_check-enterprise-isolation-logicalrep-3 1 0
14_regress_check-query-generator 1 0
14_regress_check-columnar 1 0
_upgrade 19 4
16_regress_check-split 1 0
15_regress_check-split 1 0
14_15_upgrade 1 0
14_regress_check-enterprise 1 0
15_regress_check-enterprise-isolation-logicalrep-2 1 0
15_regress_check-query-generator 1 0
16_regress_check-columnar 1 0
16_regress_check-enterprise-failure 1 0
15_cdc_installcheck 1 0
14_regress_check-enterprise-isolation 1 0
15_regress_check-enterprise-failure 1 0
15_regress_check-enterprise 1 0
16_regress_check-operations 1 0
16_regress_check-vanilla 1 0
15_regress_check-enterprise-isolation-logicalrep-1 1 0
14_regress_check-enterprise-isolation-logicalrep-1 1 0
14_regress_check-failure 1 0
16_regress_check-enterprise-isolation-logicalrep-1 1 0
15_regress_check-vanilla 1 0
14_regress_check-operations 1 0
14_regress_check-multi 1 0
15_regress_check-multi 1 0
14_regress_check-multi-1 1 0
15_regress_check-multi-mx 1 0
14_regress_check-isolation 1 0
16_regress_check-isolation 1 0
15_regress_check-isolation 1 0
14_regress_check-pytest 1 0
15_regress_check-pytest 1 0
16_regress_check-pytest 1 0
14_regress_check-follower-cluster 1 0
16_regress_check-enterprise 1 0
16_regress_check-multi 1 0
16_cdc_installcheck 1 0
16_regress_check-multi-mx 1 0
15_regress_check-failure 1 0
16_regress_check-failure 1 0
14_regress_check-enterprise-failure 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7670      +/-   ##
==========================================
- Coverage   89.69%   81.42%   -8.28%     
==========================================
  Files         283      283              
  Lines       60510    60287     -223     
  Branches     7541     7482      -59     
==========================================
- Hits        54277    49088    -5189     
- Misses       4077     8440    +4363     
- Partials     2156     2759     +603     

@Green-Chan Green-Chan force-pushed the extend-columar_insert-test branch 2 times, most recently from 1d668e8 to a78cea1 Compare August 14, 2024 09:54
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.

1 participant