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

refactor YAML_Template to yaml module #1984

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

refactor YAML_Template to yaml module

b942761
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

refactor YAML_Template to yaml module #1984

refactor YAML_Template to yaml module
b942761
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Nov 5, 2024 in 0s

2533 tests run, 2512 passed, 20 skipped, 1 failed.

Annotations

Check failure on line 46 in JdbcToBigQueryYamlIT

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

JdbcToBigQueryYamlIT.testJdbcToBQYamlWithPGTable

The job failed before launch! For more information please check the job log at https://console.cloud.google.com/dataflow/jobs/us-central1/2024-11-04_14_32_10-4096237219498107033?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-11-04_14_32_10-4096237219498107033?project=cloud-teleport-testing.
	at org.apache.beam.it.gcp.dataflow.AbstractPipelineLauncher.waitUntilActive(AbstractPipelineLauncher.java:315)
	at org.apache.beam.it.gcp.dataflow.FlexTemplateClient.launch(FlexTemplateClient.java:96)
	at org.apache.beam.it.gcp.TemplateTestBase.launchTemplate(TemplateTestBase.java:568)
	at org.apache.beam.it.gcp.TemplateTestBase.launchTemplate(TemplateTestBase.java:472)
	at com.google.cloud.teleport.templates.yaml.YAMLTemplateTestBase.launchYamlTemplate(YAMLTemplateTestBase.java:82)
	at com.google.cloud.teleport.templates.yaml.JdbcToBigQueryYamlBase.simpleJdbcToBigQueryTest(JdbcToBigQueryYamlBase.java:114)
	at com.google.cloud.teleport.templates.yaml.JdbcToBigQueryYamlIT.testJdbcToBQYamlWithPGTable(JdbcToBigQueryYamlIT.java:46)
	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)