Improve catalog information synchronisation with GraphQL #49
Annotations
10 errors
ConnectorIntegrationTest.shouldPauseAndResumeConnector():
src/test/java/com/michelin/ns4kafka/integration/ConnectorIntegrationTest.java#L554
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#L478
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#L268
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#L408
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#L541
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#L341
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#L285
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#L694
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#L611
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.
|