Skip to content

Commit

Permalink
roachtest: update hibernate blacklist for 19.1 and 19.2
Browse files Browse the repository at this point in the history
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.

Release note: None
  • Loading branch information
rafiss committed Sep 4, 2019
1 parent 48ed5f0 commit 066ab16
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 066ab16

Please sign in to comment.