- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TestCluster (0.25 seconds)
-
CLAUDE.md
### Standard Test Setup ```java @BeforeClass public static void beforeClass() { runner = new OpenSearchRunner(); runner.build(newConfigs().clusterName("TestCluster").numOfNode(1)); client = runner.client(); } @Before public void before() { runner.admin().indices().prepareDelete("_all").execute().actionGet(); } @AfterClass
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:53 GMT 2026 - 8.1K bytes - Click Count (0) -
BUILDING.md
Therefore we register test cluster by using the following syntax: def someClusterProvider = testClusters.register('someCluster') { ... } This registers a potential testCluster named `somecluster` and provides a provider instance, but doesn't create it yet nor configures it. This makes the gradle configuration phase more efficient by doing less.Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 23 07:45:59 GMT 2021 - 6.7K bytes - Click Count (0)