We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9274 commit cf41447Copy full SHA for cf41447
gateway-ha/src/test/java/io/trino/gateway/ha/clustermonitor/TestClusterStatsMonitor.java
@@ -47,7 +47,8 @@ final class TestClusterStatsMonitor
47
@BeforeAll
48
void setUp()
49
{
50
- trino = new TrinoContainer("trinodb/trino");
+ // TODO https://github.com/trinodb/trino-gateway/issues/773 Update Trino version
51
+ trino = new TrinoContainer("trinodb/trino:476");
52
trino.withCopyFileToContainer(forClasspathResource("trino-config-with-rmi.properties"), "/etc/trino/config.properties");
53
trino.withCopyFileToContainer(forClasspathResource("jvm-with-rmi.config"), "/etc/trino/jvm.config");
54
trino.start();
0 commit comments