-
Notifications
You must be signed in to change notification settings - Fork 120
Pin Trino version in TestClusterStatsMonitor #774
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
Conversation
|
still failing :( |
| { | ||
| private static final String TESTCONTAINERS_TRINO_IMAGE_SUBSTITUTE = "TESTCONTAINERS_TRINO_IMAGE_SUBSTITUTE"; | ||
| private static final String TRINO_IMAGE = "trinodb/trino"; | ||
| private static final String TRINO_IMAGE = "trinodb/trino:476"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the wrong file. This file is to substitute the trinodb/trino image. We should change the version in
Line 50 in 92e9274
| trino = new TrinoContainer("trinodb/trino"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
gateway-ha/src/test/java/io/trino/gateway/ha/clustermonitor/TestClusterStatsMonitor.java
Show resolved
Hide resolved
|
Please fix "Release notes" section in the PR description. There is no need to mention this change because it only changes tests. |
Description
PR checks are currently failing because the ClusterStatsJmxMonitor is unable to find specific MBeans in Trino. This issue was introduced with Trino version 477.
Additional context and related issues
#773
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.