Improve catalog information synchronisation with GraphQL #50
Annotations
10 errors
ConnectorIntegrationTest.shouldPauseAndResumeConnector():
src/test/java/com/michelin/ns4kafka/integration/ConnectorIntegrationTest.java#L558
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
ConnectorIntegrationTest.shouldRestartConnector():
src/test/java/com/michelin/ns4kafka/integration/ConnectorIntegrationTest.java#L482
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
ConnectorIntegrationTest.shouldDeployConnectors():
src/test/java/com/michelin/ns4kafka/integration/ConnectorIntegrationTest.java#L272
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
ConnectorIntegrationTest.shouldUpdateConnectorsWithNullProperty():
src/test/java/com/michelin/ns4kafka/integration/ConnectorIntegrationTest.java#L412
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
TopicIntegrationTest.shouldDeleteRecords():
src/test/java/com/michelin/ns4kafka/integration/TopicIntegrationTest.java#L545
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
TopicIntegrationTest.shouldUpdateTopic():
src/test/java/com/michelin/ns4kafka/integration/TopicIntegrationTest.java#L345
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
TopicIntegrationTest.shouldCreateTopic():
src/test/java/com/michelin/ns4kafka/integration/TopicIntegrationTest.java#L289
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
TopicIntegrationTest.shouldDeleteTopics():
src/test/java/com/michelin/ns4kafka/integration/TopicIntegrationTest.java#L698
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
TopicIntegrationTest.shouldDeleteRecordsOnCompactTopic():
src/test/java/com/michelin/ns4kafka/integration/TopicIntegrationTest.java#L615
java.lang.NullPointerException: Cannot invoke "com.michelin.ns4kafka.property.ConfluentCloudProperties$StreamCatalogProperties.isSyncCatalog()" because the return value of "com.michelin.ns4kafka.property.ConfluentCloudProperties.getStreamCatalog()" is null
|
Build
Process completed with exit code 1.
|