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

pkg/sql/logictest/tests/local-mixed-24.2/local-mixed-24_2_test: TestLogic_union failed #132038

Open
cockroach-teamcity opened this issue Oct 6, 2024 · 0 comments
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Oct 6, 2024

pkg/sql/logictest/tests/local-mixed-24.2/local-mixed-24_2_test.TestLogic_union failed with artifacts on master @ dcce4cafa234525fc859d32745c11ed87890dc7b:

                  96   6         9600          100       1            0       0            0         0        1          100            1              0  128   3  0.781            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 112   7        11200          100       1            0       0            0         0        1          100            1              0  256   7  0.390            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 128   8         4096           32       0            0       0            0         0        1           32            1              0   32   1      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 160   9        16000          100       1            0       0            0         0        1          100            1              0  128   5  0.781            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 192  10        12288           64       1            0       0            0         0        1           64            1              0   64   3      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 224  11        22400          100       1            0       0            0         0        1          100            1              0  128   7  0.781            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 256  12         4096           16       0            0       0            0         0        1           16            1              0   16   1      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                     ---
                 384  14        12288           32       0            0       0            0         0        1           32            1              0   32   3      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                     ---
                 512  16         5120           10       0            0       0            0         0        1           10            2              0    8   1  0.625            1       0            0       0            2            0       0               9       0               0       0               0       0               4       0               0         0               0           0
                 640  17        20480           32       0            0       0            0         0        1           32            1              0   32   5      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 768  18        12288           16       0            0       0            0         0        1           16            1              0   16   3      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                 896  19        28672           32       0            0       0            0         0        1           32            1              0   32   7      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                     ---
                1280  21        20480           16       0            0       0            0         0        1           16            1              0   16   5      1            1       0            0       0            1            0       0               8       0               0       0               0       0               4       0               0         0               0           0
                1536  22        15360           10       0            0       0            0         0        1           10            2              0    8   3  0.625            1       0            0       0            2            0       0               9       0               0       0               0       0               4       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                     ---
             1835008  30            0            0            0            0            1      1810432            1      1810432
                     ---
Bytes in small extent cache: 0
HPA shard stats:
  Purge passes: 0 (0 / sec)
  Purges: 0 (0 / sec)
  Hugeifies: 0 (0 / sec)
  Dehugifies: 0 (0 / sec)

  In full slabs:
      npageslabs: 0 huge, 0 nonhuge
      nactive: 0 huge, 0 nonhuge 
      ndirty: 0 huge, 0 nonhuge 
      nretained: 0 huge, 0 nonhuge 
  In empty slabs:
      npageslabs: 0 huge, 0 nonhuge
      nactive: 0 huge, 0 nonhuge 
      ndirty: 0 huge, 0 nonhuge 
      nretained: 0 huge, 0 nonhuge 

                size ind npageslabs_huge    nactive_huge     ndirty_huge  npageslabs_nonhuge     nactive_nonhuge      ndirty_nonhuge   nretained_nonhuge
                     ---
--- End jemalloc statistics ---
[07:46:12] --- total progress: 104 statements
--- total: 104 tests, 1 failures
    logic.go:4393: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/cdcd0c3db9daf1c57aa54dab64af8178/logTestLogic_union3268361560
--- FAIL: TestLogic_union (11.10s)
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-42797

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

1 participant