Skip to content

Manage Confluent Cloud tags #821

Manage Confluent Cloud tags

Manage Confluent Cloud tags #821

Triggered via pull request October 3, 2023 12:47
Status Failure
Total duration 6m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

on_pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

24 errors
TopicControllerTest.createNewTopic(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L254
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.michelin.ns4kafka.models.Topic$TopicSpec.getTags()" is null
TopicControllerTest.createNewTopicDryRun(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L617
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.michelin.ns4kafka.models.Topic$TopicSpec.getTags()" is null
TopicControllerTest.createCollidingTopic(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L1109
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <com.michelin.ns4kafka.utils.exceptions.ResourceValidationException> but was: <java.lang.NullPointerException>
TopicControllerTest.updateTopicAlreadyExistsUnchanged(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L579
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.michelin.ns4kafka.models.Topic$TopicSpec.getTags()" is null
TopicControllerTest.updateTopic(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L349
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.michelin.ns4kafka.models.Topic$TopicSpec.getTags()" is null
TopicControllerTest.shouldNotFailWhenCreatingNewTopicWithNoValidationConstraint(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L720
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.michelin.ns4kafka.models.Topic$TopicSpec.getTags()" is null
TopicControllerTest.shouldCreateNewTopicWithNoConstraint(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L297
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.michelin.ns4kafka.models.Topic$TopicSpec.getTags()" is null
TopicControllerTest.createNewTopicFailQuotaValidation(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L756
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <com.michelin.ns4kafka.utils.exceptions.ResourceValidationException> but was: <java.lang.NullPointerException>
TopicControllerTest.shouldNotFailWhenCreatingNewTopicWithNoValidator(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L685
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.michelin.ns4kafka.models.Topic$TopicSpec.getTags()" is null
TopicControllerTest.updateTopicValidationErrors(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L529
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <com.michelin.ns4kafka.utils.exceptions.ResourceValidationException> but was: <java.lang.NullPointerException>
TopicControllerTest.createNewTopicFailValidation(): src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java#L651
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <com.michelin.ns4kafka.utils.exceptions.ResourceValidationException> but was: <java.lang.NullPointerException>
ConnectTest.restartConnector(): src/test/java/com/michelin/ns4kafka/integration/ConnectTest.java#L397
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
ConnectTest.pauseAndResumeConnector(): src/test/java/com/michelin/ns4kafka/integration/ConnectTest.java#L451
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
ConnectTest.deployConnectors(): src/test/java/com/michelin/ns4kafka/integration/ConnectTest.java#L216
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
ConnectTest.updateConnectorsWithNullProperty(): src/test/java/com/michelin/ns4kafka/integration/ConnectTest.java#L333
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
TopicTest.testDeleteRecords(): src/test/java/com/michelin/ns4kafka/integration/TopicTest.java#L424
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
TopicTest.updateTopic(): src/test/java/com/michelin/ns4kafka/integration/TopicTest.java#L269
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
TopicTest.createTopic(): src/test/java/com/michelin/ns4kafka/integration/TopicTest.java#L227
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
TopicTest.updateTopicNoChange(): src/test/java/com/michelin/ns4kafka/integration/TopicTest.java#L382
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
TopicTest.testDeleteRecordsCompactTopic(): src/test/java/com/michelin/ns4kafka/integration/TopicTest.java#L486
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
TopicServiceTest.shouldTagsBeInvalidWhenNoTagsAllowed(): src/test/java/com/michelin/ns4kafka/services/TopicServiceTest.java#L956
org.opentest4j.AssertionFailedError: expected: <Invalid value (TAG_TEST) for tags: No tags defined on the kafka cluster.> but was: <Invalid value (TAG_TEST) for tags: No tags allowed.>
TopicServiceTest.shouldTagsBeInvalidWhenNotConfluentCloud(): src/test/java/com/michelin/ns4kafka/services/TopicServiceTest.java#L932
org.opentest4j.AssertionFailedError: expected: <Tags can only be used on confluent clusters.> but was: <Invalid value (TAG_TEST) for tags: Tags are not currently supported.>
build
Process completed with exit code 1.