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 d4a7d2b commit 88d22d9Copy full SHA for 88d22d9
x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/DriverTests.java
@@ -254,6 +254,7 @@ public void testProfileAndStatusInterval() {
254
assertThat(driver.profile().cpuNanos(), equalTo(tickTime * inPages.size()));
255
assertThat(driver.profile().iterations(), equalTo((long) inPages.size()));
256
}
257
+
258
public void testUnchangedStatus() {
259
DriverContext driverContext = driverContext();
260
List<Page> inPages = randomList(2, 100, DriverTests::randomPage);
0 commit comments