Skip to content

Return list of deleted resources in resources deletion API #1213

Return list of deleted resources in resources deletion API

Return list of deleted resources in resources deletion API #1213

Triggered via pull request October 18, 2024 16:05
Status Failure
Total duration 6m 52s
Artifacts

on_pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
SchemaControllerTest.shouldBulkDeleteSchemaVersion(): src/test/java/com/michelin/ns4kafka/controller/SchemaControllerTest.java#L675
java.lang.AssertionError: expectation "consumeNextWith" failed (expected: onNext(); actual: onError(java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.model.schema.Schema$SchemaSpec.setSchema(String)" because the return value of "com.michelin.ns4kafka.model.schema.Schema.getSpec()" is null))
SchemaControllerTest.shouldBulkDeleteAllSchemaVersions(): src/test/java/com/michelin/ns4kafka/controller/SchemaControllerTest.java#L654
java.lang.AssertionError: expectation "consumeNextWith" failed (expected: onNext(); actual: onError(java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.model.schema.Schema$SchemaSpec.setSchema(String)" because the return value of "com.michelin.ns4kafka.model.schema.Schema.getSpec()" is null))
SchemaControllerTest.shouldNotBulkDeleteAllSchemaVersionsInDryRunMode(): src/test/java/com/michelin/ns4kafka/controller/SchemaControllerTest.java#L773
java.lang.AssertionError: expectation "consumeNextWith" failed (expected: onNext(); actual: onError(java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.model.schema.Schema$SchemaSpec.setSchema(String)" because the return value of "com.michelin.ns4kafka.model.schema.Schema.getSpec()" is null))
SchemaControllerTest.shouldNotBulkDeleteSchemaVersionInDryRunMode(): src/test/java/com/michelin/ns4kafka/controller/SchemaControllerTest.java#L792
java.lang.AssertionError: expectation "consumeNextWith" failed (expected: onNext(); actual: onError(java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.model.schema.Schema$SchemaSpec.setSchema(String)" because the return value of "com.michelin.ns4kafka.model.schema.Schema.getSpec()" is null))
SchemaIntegrationTest.shouldBulkDeleteSchemas(): src/test/java/com/michelin/ns4kafka/integration/SchemaIntegrationTest.java#L995
io.micronaut.http.client.exceptions.HttpClientResponseException: Internal server error
build
Process completed with exit code 1.