Skip to content

Commit

Permalink
Merge #40479
Browse files Browse the repository at this point in the history
40479: roachtest: update hibernate blacklist for 19.1 and 19.2 r=rafiss a=rafiss

The blacklist was missing some expected failures and also incorrectly
marked some tests as expected failure. Some of them are a result of
Hibernate adding new tests to their repository.

Closing #6583 revealed a few new compatibility issues, so many of the
failing tests now link to a new issue.

closes #38288 

Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Sep 5, 2019
2 parents 9ad3ce1 + 066ab16 commit 1a0d9eb
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 73 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/hibernate.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func registerHibernate(r *testRegistry) {
// Also note that this is expected to return an error, since the test suite
// will fail. And it is safe to swallow it here.
_ = c.RunE(ctx, node,
`cd /mnt/data1/hibernate/hibernate-core/ && ./../gradlew test -Pdb=cockroach`,
`cd /mnt/data1/hibernate/hibernate-core/ && ./../gradlew test -Pdb=cockroach --info`,
)

t.Status("collecting the test results")
Expand Down
Loading

0 comments on commit 1a0d9eb

Please sign in to comment.