-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
compose: TestComposeCompare failed #67791
Comments
compose.TestComposeCompare failed with artifacts on master @ f0e2aa6abbbbf3318ea20e7dbcbe40819a809b83:
Reproduce
To reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ 5e46fd88b11007ddaf0b5350ed28d11b0c3bfdaf:
Reproduce
To reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ b02d22f9b3d30a0288ad1d8464dd6f2d82c08f0d:
Reproduce
To reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ 8009ac6bb63f455a18bb1139d505bdd9930816b7:
Reproduce
To reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ 701b177d8f4b81d8654dfb4090a2cd3cf82e63a7:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ 1c46e1cd4e5be986bf9d13799bb7e13ddc896ed2:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ 50ef2fc205baa65c5a740c2d614fe1de279367e9:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ cab185ff71f0924953d987fe6ffd14efdd32a3a0:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ 90809c048d05f923a67ce9b89597b2779fc73e32:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ e723a85739a2e1b514f5de3221a2177a3a37d0e6:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ ee3efd6b1e24a3e1676778f5028fa0a35266f683:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ dd82053908203cf6d77c36c06a8280831bb93d57:
ReproduceTo reproduce, try: make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @cockroachdb/sql-experience rafiss |
compose.TestComposeCompare failed with artifacts on master @ 2b8b0f64c63a376784926667f5fbffa4c4fcc60b:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 260b7930e717c76bc421ae3f34e9a939fc896b50:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 506d129f5f187134c35e2f71860490e044fde989:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 8b696d17241b2eb2d333e23750cf6fdc433897d8:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 835ceca5d25d4a62233ddde4f493dbcf68302f1e:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Same failure on other branches
|
73449: cmpconn: handle pgtypes correctly r=otan a=rafiss The compare options were looking for pointer types, but pgx does not return pointers. There was also an issue with how decimals were compared since the min value was computed incorrectly. refs #67791 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
compose.TestComposeCompare failed with artifacts on master @ 39923c0b11d229b394fa5498ee58e455cae8ec99:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ dadff0d6e20211f260facf0755518e85f50b124d:
HelpSee also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 365b4da8bd02c06ee59d2130a56dec74ffc9ce21:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 912964e02ddd951c77d4f71981ae18b3894e9084:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ da01e4c0545f191a0573e1d097ff0366769e0d6b:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ dc07599dc9db1acd5afa3a6537297815f25c1fca:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 8cd28089c6c7333615ba3201e841839001d2f0e1:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ c4c5ca2fdd5a641433a85a28d4dfd3bd4443015d:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ e5d1c374c31dc0e80a596c570da8dc45d73f80b8:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 83e2df701688745fe7e7d8a0d0e5e7a4ba8633c8:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ bb85ddc4fc0ad8761d7aba61315da22b433022e3:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ a5158c4c93e9dca858b38ef7e94321f0a0a2b5c5:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 16859b99637d1adedb915a67998749dbfa4c0663:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ f20c1a8d824f0d00f18c0d58ed8b4bc4955e0969:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 90b5db50e1e1cdb0315d8b094081d261e6dcb336:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 0fdac09ca1119b494661e1e1f64ea291d8649782:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 2c08debd6d8c89019f26a3e58cf3b5d3d97b6495:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 5bd3fdd33a351564e7af5e64ce931e82db5e23a1:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 175eebd03e5f2674a2d1f6bfea8bd72f131a6532:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ c070f2c70e0c92573a99dcb80b8a0cb0532bd06f:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 3b04ced1801d02b5dd50dab0c93f957c5c1c5720:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 45ee8026c1997df738ee184fe6a606e927c0a8c5:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 45ee8026c1997df738ee184fe6a606e927c0a8c5:
Same failure on other branches
|
compose.TestComposeCompare failed with artifacts on master @ 87da966cbc15e058591d80c477c78d6059483a5c:
Same failure on other branches
|
82548: randgen: fix postgres mutator for session vars r=otan a=rafiss fixes #67791 Release note: None 82693: rowexec: improve join reader memory usage when ordering is maintained r=yuzefovich a=yuzefovich This commit improves the join reader behavior when used by lookup joins when ordering is maintained. In that case, we have a disk-backed row container that we can spill to disk in order to free up some memory. Previously, we would do so only in the case when the memory error occurs inside of the strategy but would make the query error out if the memory reservation is denied in the span generator or in the join reader itself. This commit makes it so that in all places where the memory accounting is performed, we try to ask the strategy to handle the memory reservations. This allows the join reader ordering strategy attempt spilling looked up rows to disk in all scenarios first, before erroring out the query. Additionally, this commit makes it so that the memory monitor used by that disk-backed row container doesn't hold on to any memory when the corresponding memory account is cleared. By default, our memory monitor can keep a margin of 100KiB in reserve, but this behavior doesn't make sense when we're forcing the disk-backed container to use disk. Release note: None 82749: schemachanger: eager statement phase r=ajwerner a=postamar This commit reworks how the declarative schema changer performs DROPs by removing support for synthetic descriptors in the statement transaction. In-transaction operations are now executed eagerly in the statement phase instead of being deferred to the pre-commit phase. The most significant change this entails is to the rules definitions, since we now no longer have the TXN_DROPPED status. I have taken this opportunity to rewrite them in a way that involves more element set definitions, whose properties are enforced by init-time assertions. The operation implementations in scexec have been simplified somewhat, not having to concern ourselves with synthetic descriptors any more. The opgen definitions are also simplified now that they are no longer peppered with pre-commit phase constraints. Instead, phase constraints are implied by the number of transitions: more than 1 and those other than the first are implied to be restricted to post-commit. This makes all phase constraints implicit. This commit improves the graph validation logic to detect all cycles, not just dep-edge cycles, and renders any detected cycle in the detail of the resulting error. This commit makes some changes in the test dependencies which mock the catalog API, as this now has to support both the in-txn and committed state of the catalog. In the process this commit adds better support for descriptor modification times. Release note: None 82751: scripts: adjust bump-pebble.sh to add build/bazelutil/distdir_files.bzl r=nicktrav a=jbowens The bump-pebble.sh script should `git add build/bazelutil/distdir_files.bzl` which requires updates whenever the Pebble version is bumped. Release note: None 82757: kvserver: implied GCThreshold should be computed from readAt r=ajwerner a=adityamaru `checkGCThresholdAndLeaseRLocked` checks a batch request against a replicas' lease and GCThreshold. When computing the implied GCThreshold we were incorrectly using the clock timestamp at which the lease for the request was evaluated, instead of the timestamp at which the cached protected timestamp state was last updated. The cached pts state is updated everytime the replica observes a fresher protected timestamp state when being considered for GC. In order to uphold the invariants provided by the protected timestamp subsystem, GC decisions must be made based on the timestamp at which the PTS state was last `readAt`. This is akin to how the GC queue picks its implied GCTimestamp in `checkProtectedTimestampsForGC`. Concretely, this bug manifested as an ExportRequest failing with a `BatchTimestampBeforeGCError` even though a protected timestamp record had been written and reconciled. This was a consequence of the implied GCThreshold not taking into account the PTS state. Informs: https://github.com/cockroachlabs/support/issues/1638 Release note: None 82829: distsql: create LeafTxn eagerly for local flow of a distributed plan r=yuzefovich a=yuzefovich This commit makes it so that we eagerly create LeafTxns for local flows of distributed plans. I believe it was an oversight in d6077d5 (added during 21.2 release cycle) where we started creating LeafTxns eagerly when the local flow has concurrency. We can do the same thing for local flows of distributed queries since we know that they must use LeafTxns anyway. This oversight was recently exposed by 6c88496 where some processors began storing the txn internally, rather than accessing it from the flow context. The thing is that we do update the references to the correct txn from the flow context, but it is done _after_ the flow setup has been complete, at which point some processors might have already captured the wrong txn. In particular, this is the case for a local flow of a distributed query with index / lookup joins when the streamer API is disabled. Fixes: #82775. Fixes: #82776. Fixes: #82777. Fixes: #82783. Release note: None Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Marius Posta <[email protected]> Co-authored-by: Jackson Owens <[email protected]> Co-authored-by: Aditya Maru <[email protected]>
compose.TestComposeCompare failed with artifacts on master @ 5fd1dda1cde0a91643d39209c6458dcefcbfc180:
Reproduce
To reproduce, try:
Internal log
/cc @cockroachdb/sql-experience rafiss
This test on roachdash | Improve this report!
Jira issue: CRDB-8721
The text was updated successfully, but these errors were encountered: