cicd: github #3
Annotations
9 errors
JdbcTest.initializationError:
test/src/test/java/example/JdbcTest.java#L29
io.fabric8.kubernetes.client.KubernetesClientException: namespace not specified for an operation requiring one and no default was found in the Config.
|
DockerUploadAndExecBashScriptTest.uploadDirAndExecScript():
test/src/test/java/io/github/m4gshm/testcontainers/docker/DockerUploadAndExecBashScriptTest.java#L1
org.opentest4j.AssertionFailedError: exitCode: 126, err: sh: ./test_script.sh: Permission denied
==> expected: <0> but was: <126>
|
KubernetesMongoTest.storeUsers():
test/src/test/java/io/github/m4gshm/testcontainers/kuber/KubernetesMongoTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@4f1d97d8 testClass = io.github.m4gshm.testcontainers.kuber.KubernetesMongoTest, locations = [], classes = [io.github.m4gshm.testcontainers.AbstractSpringDataMongoTest.TestConfig], contextInitializerClasses = [io.github.m4gshm.testcontainers.kuber.KubernetesMongoTest.ContainerInitializer], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@71a06021, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6981f8f3, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@277b8fa4, org.springframework.boot.test.context.SpringBootTestAnnotation@c4718a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
KubernetesPostgresqlTest.storeUsers():
test/src/test/java/io/github/m4gshm/testcontainers/kuber/KubernetesPostgresqlTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@6642ea55 testClass = io.github.m4gshm.testcontainers.kuber.KubernetesPostgresqlTest, locations = [], classes = [io.github.m4gshm.testcontainers.AbstractSpringDataJpaTest.TestConfig], contextInitializerClasses = [io.github.m4gshm.testcontainers.kuber.KubernetesPostgresqlTest.PostgresqlPodInitializer], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@71a06021, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6981f8f3, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@277b8fa4, org.springframework.boot.test.context.SpringBootTestAnnotation@c4718a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
KubernetesRedisTest.storeUsers():
test/src/test/java/io/github/m4gshm/testcontainers/kuber/KubernetesRedisTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@54516707 testClass = io.github.m4gshm.testcontainers.kuber.KubernetesRedisTest, locations = [], classes = [io.github.m4gshm.testcontainers.AbstractSpringDataRedisTest.TestConfig], contextInitializerClasses = [io.github.m4gshm.testcontainers.kuber.KubernetesRedisTest.RedisContainerInitializer], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["spring.data.jpa.repositories.enabled=false", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@71a06021, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6981f8f3, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@277b8fa4, org.springframework.boot.test.context.SpringBootTestAnnotation@c4718a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
KubernetesUploadAndExecBashScriptTest.uploadDirAndExecScript():
test/src/test/java/io/github/m4gshm/testcontainers/kuber/KubernetesUploadAndExecBashScriptTest.java#L1
io.fabric8.kubernetes.client.KubernetesClientException: namespace not specified for an operation requiring one and no default was found in the Config.
|
KubernetesUploadAndExecBashScriptTest.uploadDownloadOneFile():
test/src/test/java/io/github/m4gshm/testcontainers/kuber/KubernetesUploadAndExecBashScriptTest.java#L1
io.fabric8.kubernetes.client.KubernetesClientException: namespace not specified for an operation requiring one and no default was found in the Config.
|
KubernetesUploadAndExecBashScriptTest.uploadAndExecScript():
test/src/test/java/io/github/m4gshm/testcontainers/kuber/KubernetesUploadAndExecBashScriptTest.java#L1
io.fabric8.kubernetes.client.KubernetesClientException: namespace not specified for an operation requiring one and no default was found in the Config.
|
build
Process completed with exit code 1.
|