-
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
roachtest: schemachange/random-load failed [relation "[1285]" does not exist] #129857
Comments
similar to #129187 |
The scenario is 3 schema change operations in a single txn:
The first can be ignored, the other two are adding a foreign key and dropping a table within a single transaction. I think thats how we hit this error. Lets see if we can manually repro, otherwise see if it reoccurs. |
maybe this?
|
Actually ignore that; it looks like it was the other way around (drop table, add FK constraint)
So while we were trying to generate the above ^ in the workload, the table we wanted to reference
from: cockroach/pkg/workload/schemachange/operation_generator.go Lines 3421 to 3443 in 548b957
|
closing since 24.2.1 has been released |
roachtest.schemachange/random-load failed with artifacts on release-24.2.1-rc @ 41ff1f4fcbf6cd934b49c24a47a98be1f909e3e3:
Parameters:
ROACHTEST_arch=amd64
ROACHTEST_cloud=gce
ROACHTEST_coverageBuild=false
ROACHTEST_cpu=4
ROACHTEST_encrypted=false
ROACHTEST_fs=ext4
ROACHTEST_localSSD=true
ROACHTEST_metamorphicBuild=false
ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-41738
The text was updated successfully, but these errors were encountered: