Return list of deleted resources in resources deletion API #1213
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
|
SchemaIntegrationTest.shouldCheckSchemaStatus():
src/test/java/com/michelin/ns4kafka/integration/SchemaIntegrationTest.java#L489
org.opentest4j.AssertionFailedError: expected: <2> but was: <3>
|
build
Process completed with exit code 1.
|