-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
roachtest: sqlsmith stream ingestion calls UpdateDeadlineMaybe on leaf txn #61050
Comments
Looks like bulk io:
cc @adityamaru. It's possible that you're distributing a plan and the leaf txns (running on remote nodes) try to do something only the root txn (on the gateway) is allowed to do. |
(roachtest).sqlsmith/setup=seed/setting=no-mutations failed on master@6601d827b814d4e85a1081b03bf2562d8ac2a4ab:
More
Artifacts: /sqlsmith/setup=seed/setting=no-mutations See this test on roachdash |
Latest failure is tracked already in #60994. Will change the title to make this more obvious and avoid future sqlsmith failures posting here. |
crdb_internal.complete_stream_ingestion is stateful builtin that requires a running stream ingestion job to run without throwing an error. Running it with random parameter values is likely to always fail and so we skip it. This internal should also not be planned in a distributed manner since it relies on having a root txn to mutate the stream ingestion job state. Previously, the builtin wasn't marked as "DistSQL blocklisted", now it is. Fixes: cockroachdb#61050. Fixes: cockroachdb#61534. Release note: None (no release with this bug)
crdb_internal.complete_stream_ingestion is stateful builtin that requires a running stream ingestion job to run without throwing an error. Running it with random parameter values is likely to always fail and so we skip it. This internal should also not be planned in a distributed manner since it relies on having a root txn to mutate the stream ingestion job state. Previously, the builtin wasn't marked as "DistSQL blocklisted", now it is. Fixes: cockroachdb#61050. Fixes: cockroachdb#61534. Release note: None (no release with this bug)
61720: sqlsmith: add complete_stream_ingestion_job to sqlsmith blocklist r=yuzefovich a=adityamaru crdb_internal.complete_stream_ingestion is stateful builtin that requires a running stream ingestion job to run without throwing an error. Running it with random parameter values is likely to always fail and so we skip it. This internal should also not be planned in a distributed manner since it relies on having a root txn to mutate the stream ingestion job state. Previously, the builtin wasn't marked as "DistSQL blocklisted", now it is. Fixes: #61050. Fixes: #61534. Release note: None (no release with this bug) 61736: Authors: treilly r=cucaroach a=cucaroach 61740: Add Oleg Afanasyev to authors r=aliher1911 a=aliher1911 Adding myself to authors @jlinder Co-authored-by: Aditya Maru <[email protected]> Co-authored-by: Tommy Reilly <[email protected]> Co-authored-by: Oleg Afanasyev <[email protected]>
(roachtest).sqlsmith/setup=seed/setting=no-mutations failed on master@ec011620c7cf299fdbb898db692b36454defc4a2:
More
Artifacts: /sqlsmith/setup=seed/setting=no-mutations
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: