Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44198c commit 7fc2d62Copy full SHA for 7fc2d62
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestingScyllaServer.java
@@ -52,13 +52,11 @@ public class TestingScyllaServer
52
private final CassandraSession session;
53
54
public TestingScyllaServer()
55
- throws Exception
56
{
57
this("2.2.0");
58
}
59
60
public TestingScyllaServer(String version)
61
62
63
container = new GenericContainer<>("scylladb/scylla:" + version)
64
.withCommand("--smp", "1") // Limit SMP to run in a machine having many cores https://github.com/scylladb/scylla/issues/5638
0 commit comments