File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest
src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/physical/local Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1515import org .elasticsearch .index .query .MatchQueryBuilder ;
1616import org .elasticsearch .index .query .QueryBuilder ;
1717import org .elasticsearch .index .query .RangeQueryBuilder ;
18- import org .elasticsearch .test .junit .annotations .TestLogging ;
1918import org .elasticsearch .xpack .esql .EsqlTestUtils ;
2019import org .elasticsearch .xpack .esql .core .expression .Alias ;
2120import org .elasticsearch .xpack .esql .core .expression .Attribute ;
8281import static org .hamcrest .Matchers .is ;
8382import static org .hamcrest .Matchers .not ;
8483
85- // FIXME(gal, NOCOMMIT) remove, for debugging only
86- @ TestLogging (value = "org.elasticsearch.xpack.esql:TRACE" , reason = "debug" )
8784public class SubstituteRoundToTests extends AbstractLocalPhysicalPlanOptimizerTests {
8885 public SubstituteRoundToTests (String name , Configuration config ) {
8986 super (name , config );
You can’t perform that action at this time.
0 commit comments