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

[Do not merge] Beam 2.55.0RC1 validation #1361

Closed
wants to merge 3 commits into from

Sync SpannerConfig with Beam

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

[Do not merge] Beam 2.55.0RC1 validation #1361

Sync SpannerConfig with Beam
447cfaa
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Mar 14, 2024 in 0s

1774 tests run, 1754 passed, 19 skipped, 1 failed.

Annotations

Check failure on line 105 in JmsToPubsubIT

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

JmsToPubsubIT.testJmsToPubsubQueue

The job failed before launch! For more information please check the job log at https://console.cloud.google.com/dataflow/jobs/us-central1/2024-03-13_16_31_10-14497443739072588299?project=cloud-teleport-testing.
Raw output
java.lang.RuntimeException: The job failed before launch! For more information please check the job log at https://console.cloud.google.com/dataflow/jobs/us-central1/2024-03-13_16_31_10-14497443739072588299?project=cloud-teleport-testing.
	at org.apache.beam.it.gcp.dataflow.AbstractPipelineLauncher.waitUntilActive(AbstractPipelineLauncher.java:308)
	at org.apache.beam.it.gcp.dataflow.FlexTemplateClient.launch(FlexTemplateClient.java:96)
	at org.apache.beam.it.gcp.TemplateTestBase.launchTemplate(TemplateTestBase.java:540)
	at org.apache.beam.it.gcp.TemplateTestBase.launchTemplate(TemplateTestBase.java:458)
	at com.google.cloud.teleport.v2.templates.JmsToPubsubIT.testJmsToPubsubQueue(JmsToPubsubIT.java:105)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)