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

Fix incorrect IsNull predicate for row of nulls #20209

Closed
wants to merge 1 commit into from

Fix IsNull predicate for row of nulls

a5f66e0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Fix incorrect IsNull predicate for row of nulls #20209

Fix IsNull predicate for row of nulls
a5f66e0
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report failed Dec 22, 2023 in 0s

96548 tests run, 3237 skipped, 1 failed.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestMinWorkerRequirement.testInsufficientWorkerNodesAfterDrop

Expecting code to raise a throwable.
Raw output
java.lang.AssertionError: 

Expecting code to raise a throwable.
	at io.trino.tests.TestMinWorkerRequirement.testInsufficientWorkerNodesAfterDrop(TestMinWorkerRequirement.java:124)
	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:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)