sql: DROP never completes #31671
Labels
A-schema-changes
A-tools-hibernate
Issues that pertain to Hibernate integration.
C-investigation
Further steps needed to qualify. C-label will change.
Milestone
Describe the problem
Failure in the Hibernate test org.hibernate.test.jpa.lock.RepeatableReadTest.testStaleNonVersionedInstanceFoundOnLock
To Reproduce
../gradlew test -Pdb=cockroach --info --tests org.hibernate.test.jpa.lock.RepeatableReadTest.testStaleNonVersionedInstanceFoundOnLock
Observe: the test hangs on the DROP statement.
Then collect the SQL execute log to observe details.
Expected behavior
The test should complete (either successfully or with error, this is not relevant here).
Additional data / screenshots
Here is the SQL execute log:
The text was updated successfully, but these errors were encountered: