Skip to content

Conversation

@vishalya
Copy link
Member

@vishalya vishalya commented Oct 1, 2025

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.

@cla-bot cla-bot bot added the cla-signed label Oct 1, 2025
@andythsu
Copy link
Member

andythsu commented Oct 1, 2025

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";
Copy link
Member

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

Copy link
Member

@andythsu andythsu left a comment

Choose a reason for hiding this comment

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

🚀

@ebyhr
Copy link
Member

ebyhr commented Oct 1, 2025

Please fix "Release notes" section in the PR description. There is no need to mention this change because it only changes tests.

@ebyhr ebyhr changed the title Fix the unit tests for ClusterStatsJmxMonitor Pin Trino version in TestClusterStatsMonitor Oct 1, 2025
@ebyhr ebyhr merged commit bf86bae into trinodb:main Oct 1, 2025
3 checks passed
@github-actions github-actions bot added this to the 17 milestone Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants