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

Update dataflow container versions #32203

Merged
merged 1 commit into from
Aug 15, 2024

Update dataflow container versions

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

Update dataflow container versions #32203

Update dataflow container versions
f60ef12
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Aug 15, 2024 in 0s

1 fail, 46 skipped, 9 657 pass in 1h 29m 11s

1 197 files  1 197 suites   1h 29m 11s ⏱️
9 704 tests 9 657 ✅ 46 💤 1 ❌
9 722 runs  9 675 ✅ 46 💤 1 ❌

Results for commit f60ef12.

Annotations

Check warning on line 0 in org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testMultipleClientsFailingIsHandledGracefullyByServer (org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest) failed

runners/java-fn-execution/build/test-results/test/TEST-org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest.xml [took 10m 0s]
Raw output
org.junit.runners.model.TestTimedOutException: test timed out after 600 seconds
	at sun.misc.Unsafe.park(Native Method)
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:837)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:999)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1308)
	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231)
	at org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest.testMultipleClientsFailingIsHandledGracefullyByServer(GrpcLoggingServiceTest.java:137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:750)