-
Notifications
You must be signed in to change notification settings - Fork 3.9k
roachtest: hibernate failed #36151
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
Comments
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1199677&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1201905&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1201887&tab=buildLog
|
Something happened recently that causing 21 tests to fail. Investigating. |
Figured it out. There is a new version of Hiberante, so this is now testing against 5.4.2. The 21 new failed tests are all newly added tests. I've gone through the issue spend some time figuring out what is causing their failures and update the blacklist.
|
Fixes cockroachdb#36151 Release note: None
36234: roachtest: update hibernate blacklist for v5.4.2 r=BramGruneir a=BramGruneir Fixes #36151 Release note: None Co-authored-by: Bram Gruneir <[email protected]>
36234: roachtest: update hibernate blacklist for v5.4.2 r=BramGruneir a=BramGruneir Fixes #36151 Release note: None Co-authored-by: Bram Gruneir <[email protected]>
@BramGruneir Hi. I'm testing my application with a Cockroach DB. Development stack is as following,
I'm using Spring Data JPA(Hibernate) in persistence layer. I have a domain class, and generate the Primary Key using table sequence strategy. @Id @GeneratedValue(strategy = GenerationType.TABLE, generator = "seqGenerator") @Column(nullable = false, precision = 19, scale = 0) private BigInteger id; Error occurred when application had inserted new data in database. Error message(captured) is as following, Can you tell me what I to do more? |
SHA: https://github.com/cockroachdb/cockroach/commits/25398c010b2af75b11fed189680ea6b9645f0cf5
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1199659&tab=buildLog
The text was updated successfully, but these errors were encountered: