Skip to content

Commit d333a80

Browse files
committed
roachtest: fix hibernate nightly test
The previous version fails during installation with: ``` FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':hibernate-core:generateGraphParser'. > Failed to load cache entry 7ed5a08bcdbd74c9347d61047c20a896 for task ':hibernate-core:generateGraphParser': Could not load from remote cache: Not in GZIP format * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Get more help at https://help.gradle.org. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':hibernate-jpamodelgen:jaxb'. > Failed to load cache entry dd3fbbdea5c65a87fb9d720c326dd64b for task ':hibernate-jpamodelgen:jaxb': Could not load from remote cache: Not in GZIP format * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Get more help at https://help.gradle.org. ============================================================================== ``` Release note: None
1 parent 90ae675 commit d333a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/hibernate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var hibernateReleaseTagRegex = regexp.MustCompile(`^(?P<major>\d+)\.(?P<minor>\d
2323

2424
// WARNING: DO NOT MODIFY the name of the below constant/variable without approval from the docs team.
2525
// This is used by docs automation to produce a list of supported versions for ORM's.
26-
var supportedHibernateTag = "6.6.0"
26+
var supportedHibernateTag = "6.6.20"
2727

2828
type hibernateOptions struct {
2929
testName string

0 commit comments

Comments
 (0)