Skip to content

Commit e2017bb

Browse files
committed
Final CR fixes
1 parent 4ad4ead commit e2017bb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private synchronized void reset() {
171171
protected static boolean testClustersOk = true;
172172

173173
@Before
174-
public void setup() throws IOException {
174+
public void setup() {
175175
assumeTrue("test clusters were broken", testClustersOk);
176176
INGEST.protectedBlock(() -> {
177177
// Inference endpoints must be created before ingesting any datasets that rely on them (mapping of inference_id)

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/physical/local/SubstituteRoundToTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import org.elasticsearch.index.query.MatchQueryBuilder;
1616
import org.elasticsearch.index.query.QueryBuilder;
1717
import org.elasticsearch.index.query.RangeQueryBuilder;
18-
import org.elasticsearch.test.junit.annotations.TestLogging;
1918
import org.elasticsearch.xpack.esql.EsqlTestUtils;
2019
import org.elasticsearch.xpack.esql.core.expression.Alias;
2120
import org.elasticsearch.xpack.esql.core.expression.Attribute;
@@ -82,8 +81,6 @@
8281
import static org.hamcrest.Matchers.is;
8382
import static org.hamcrest.Matchers.not;
8483

85-
// FIXME(gal, NOCOMMIT) remove, for debugging only
86-
@TestLogging(value = "org.elasticsearch.xpack.esql:TRACE", reason = "debug")
8784
public class SubstituteRoundToTests extends AbstractLocalPhysicalPlanOptimizerTests {
8885
public SubstituteRoundToTests(String name, Configuration config) {
8986
super(name, config);

0 commit comments

Comments
 (0)