Skip to content
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: update hibernate blacklist for SFU #41101

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

jordanlewis
Copy link
Member

We never removed expected failures from the hibernate tests after adding
SFU parsing.

Release justification: test-only change

Release note: None

@jordanlewis jordanlewis requested a review from rafiss September 26, 2019 00:06
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: modulo one test case.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis and @rafiss)


pkg/cmd/roachtest/hibernate_blacklist.go, line 195 at r1 (raw file):

	"org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate":                   "5807",
	"org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate":          "5807",
	"org.hibernate.test.insertordering.InsertOrderingWithCascadeOnPersist.testInsertOrderingAvoidingForeignKeyConstraintViolation":                                                   "6583",

This test didn't pass in the nightly run because it was not run, so I guess we should not be removing it yet.

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis and @rafiss)


pkg/cmd/roachtest/hibernate_blacklist.go, line 96 at r1 (raw file):

	"org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSubCriteriaOneToOneJoin":                                                                             "6583",
	"org.hibernate.test.annotations.onetoone.hhh9798.OneToOneJoinTableTest.storeNonUniqueRelationship":                                                                               "5807",
	"org.hibernate.test.annotations.query.QueryAndSQLTest.testNativeQueryWithFormulaAttributeWithoutAlias":                                                                           "unknown",

This one is the 39th test that actually passed. https://github.com/hibernate/hibernate-orm/blob/5e8781f8fa123d4e437f669b57cfa1456a169873/hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java#L97-L106 the test is actually marked as "FailureExpected."

We never removed expected failures from the hibernate tests after adding
SFU parsing.

Release justification: test-only change

Release note: None
Copy link
Member Author

@jordanlewis jordanlewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the careful review!

bors r+

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @rafiss and @yuzefovich)


pkg/cmd/roachtest/hibernate_blacklist.go, line 96 at r1 (raw file):

Previously, yuzefovich wrote…

This one is the 39th test that actually passed. https://github.com/hibernate/hibernate-orm/blob/5e8781f8fa123d4e437f669b57cfa1456a169873/hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java#L97-L106 the test is actually marked as "FailureExpected."

Done. wow, you really reviewed this carefully. Thank you.


pkg/cmd/roachtest/hibernate_blacklist.go, line 195 at r1 (raw file):

Previously, yuzefovich wrote…

This test didn't pass in the nightly run because it was not run, so I guess we should not be removing it yet.

Good point... nice catch, done.

craig bot pushed a commit that referenced this pull request Sep 26, 2019
41101: roachtest: update hibernate blacklist for SFU r=jordanlewis a=jordanlewis

We never removed expected failures from the hibernate tests after adding
SFU parsing.

Release justification: test-only change

Release note: None

Co-authored-by: Jordan Lewis <[email protected]>
@craig
Copy link
Contributor

craig bot commented Sep 26, 2019

Build succeeded

@craig craig bot merged commit bde54bd into cockroachdb:master Sep 26, 2019
@ajwerner ajwerner mentioned this pull request Sep 26, 2019
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants