-
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: hibernate failed #32532
Comments
My best guess is that this is fallout from @lucy-zhang's latest change. Lucy, can you investigate this? |
take a look in the artifacts -> hibernate log for (unexpected). |
SHA: https://github.com/cockroachdb/cockroach/commits/96f03c95d5078ebad7167c5cdb145e365978a008 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1022695&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/93632938e9ea7d86a56ec8423f2eff66c30965d5 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1023971&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/1bcb46e7bf7c03e95128f44de8f24dbdc6a231f0 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1024654&tab=buildLog
|
2 new passing tests:
Of the 4 failing tests:
I'll be re-running all of these to get more details. Interesting that we've got an unexpected FK violation. |
Got the results files for all the newly failed tests: Both are of the form: ERROR: foreign key violation: value [3] not found in leafsubclass@primary [id__] (txn=92ebcc1f-36c2-416b-87ca-12c0f73470a3) |
Thanks to the update to allow adding FK constraints on empty tables cockroachdb#32234, the blacklist needs to be updated. Sadly, 2 tests now pass, but 4 others now fail due to cockroachdb#32610. Fixes cockroachdb#32532. Release note: None
32611: roachtest: updated the hibernate blacklist for 2.2 r=BramGruneir a=BramGruneir Thanks to the update to allow adding FK constraints on empty tables #32234, the blacklist needs to be updated. Sadly, 2 tests now pass, but 4 others now fail due to #32610. Fixes #32532. Release note: None Co-authored-by: Bram Gruneir <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/cfd53f62f038a06e34570f11ec02bc74dabd2aab
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1021046&tab=buildLog
The text was updated successfully, but these errors were encountered: