Skip to content

Remove unhelpful comment in CheckpointEntryIterator #5391

Remove unhelpful comment in CheckpointEntryIterator

Remove unhelpful comment in CheckpointEntryIterator #5391

GitHub Actions / Test Report failed Oct 20, 2023 in 0s

121561 tests run, 8911 skipped, 1 failed.

Annotations

Check failure on line 219 in io/trino/tests/TestMinWorkerRequirement

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestMinWorkerRequirement.testMultipleRequiredWorkerNodesSessionOverride

expected:<10.01s> to be less than <10.00s>
Raw output
java.lang.AssertionError: expected:<10.01s> to be less than <10.00s>
	at io.airlift.testing.Assertions.fail(Assertions.java:323)
	at io.airlift.testing.Assertions.assertLessThan(Assertions.java:190)
	at io.airlift.testing.Assertions.assertLessThan(Assertions.java:162)
	at io.trino.testing.DistributedQueryRunner.waitForAllNodesGloballyVisible(DistributedQueryRunner.java:302)
	at io.trino.testing.DistributedQueryRunner.addServers(DistributedQueryRunner.java:294)
	at io.trino.tests.TestMinWorkerRequirement.testMultipleRequiredWorkerNodesSessionOverride(TestMinWorkerRequirement.java:219)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)