Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip coordinator in getWorkerMemoryInfo if not included in task processing #23079

Skip coordinator in getWorkerMemoryInfo if not included in task proce…

4b067e3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Skip coordinator in getWorkerMemoryInfo if not included in task processing #23079

Skip coordinator in getWorkerMemoryInfo if not included in task proce…
4b067e3
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report failed Aug 20, 2024 in 0s

100794 tests run, 3959 skipped, 1 failed.

Annotations

Check failure on line 530 in io/trino/plugin/deltalake/metastore/TestDeltaLakeMetastoreAccessOperations

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestDeltaLakeMetastoreAccessOperations.testStoreMetastoreDataManipulation

Expected: 
  1 fewer occurrences of GET_TABLE,
  1 fewer occurrences of REPLACE_TABLE
Raw output
java.lang.AssertionError: 
Expected: 
		1 fewer occurrences of GET_TABLE,
		1 fewer occurrences of REPLACE_TABLE
	at io.trino.testing.MultisetAssertions.assertMultisetsEqual(MultisetAssertions.java:52)
	at io.trino.plugin.deltalake.metastore.TestDeltaLakeMetastoreAccessOperations.assertMetastoreInvocationsForQuery(TestDeltaLakeMetastoreAccessOperations.java:624)
	at io.trino.plugin.deltalake.metastore.TestDeltaLakeMetastoreAccessOperations.assertMetastoreInvocations(TestDeltaLakeMetastoreAccessOperations.java:601)
	at io.trino.plugin.deltalake.metastore.TestDeltaLakeMetastoreAccessOperations.testStoreMetastoreDataManipulation(TestDeltaLakeMetastoreAccessOperations.java:544)
	at io.trino.plugin.deltalake.metastore.TestDeltaLakeMetastoreAccessOperations.testStoreMetastoreDataManipulation(TestDeltaLakeMetastoreAccessOperations.java:530)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1489)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2071)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2033)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)