Skip to content

[Gradle Release Plugin] - pre tag commit: 'v2.1.4'. #496

[Gradle Release Plugin] - pre tag commit: 'v2.1.4'.

[Gradle Release Plugin] - pre tag commit: 'v2.1.4'. #496

GitHub Actions / Unit Test Results succeeded Nov 22, 2023 in 0s

All 33 tests pass, 1 skipped in 4m 16s

14 files  ±0  14 suites  ±0   4m 16s ⏱️ ±0s
34 tests ±0  33 ✔️ ±0  1 💤 ±0  0 ±0 
37 runs  ±0  36 ✔️ ±0  1 💤 ±0  0 ±0 

Results for commit f525a39. ± Comparison against earlier commit ae79ce6.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
fr.maif.eventsourcing.impl.KafkaEventPublisherTest ‑ testRestart()

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

34 tests found

There are 34 tests, see "Raw output" for the full list of tests.
Raw output
fr.maif.eventsourcing.EventProcessorTest ‑ createAndDeleteShouldGenerateEventAndPersistState()
fr.maif.eventsourcing.EventProcessorTest ‑ oneCommandShouldGenerateEventAndPersistProjection()
fr.maif.eventsourcing.EventProcessorTest ‑ oneCommandShouldGenerateEventAndPersistState()
fr.maif.eventsourcing.EventProcessorTest ‑ twoCommandShouldGenerateEventAndPersistState()
fr.maif.eventsourcing.impl.DefaultAggregateStoreTest ‑ testReloadEventAndBuildAggregateWithSnapshots()
fr.maif.eventsourcing.impl.DefaultAggregateStoreTest ‑ testReloadEventAndBuildAggregateWithoutSnapshots()
fr.maif.eventsourcing.impl.JdbcTransactionManagerTest ‑ test_commit()
fr.maif.eventsourcing.impl.JdbcTransactionManagerTest ‑ test_rollback()
fr.maif.eventsourcing.impl.KafkaEventPublisherTest ‑ eventConsumption()
fr.maif.eventsourcing.impl.KafkaEventPublisherTest ‑ eventConsumptionWithEventFromDb()
fr.maif.eventsourcing.impl.KafkaEventPublisherTest ‑ testRestart()
fr.maif.jdbc.SqlTest ‑ testSelect()
fr.maif.jdbc.SqlTest ‑ testUpdate()
fr.maif.json.EventEnvelopeJsonFormatTest ‑ jsonSchema()
fr.maif.json.EventEnvelopeJsonFormatTest ‑ legacyMethod()
fr.maif.json.EventEnvelopeJsonFormatTest ‑ readEnvelope()
fr.maif.json.EventEnvelopeJsonFormatTest ‑ writeEnvelope()
fr.maif.kafka.JsonSerDeserializerTest ‑ test()
fr.maif.kafka.consumer.ResilientKafkaConsumerTest ‑ consumer()
fr.maif.kafka.consumer.ResilientKafkaConsumerTest ‑ consumerLifecycle()
fr.maif.kafka.consumer.ResilientKafkaConsumerTest ‑ contexteAkkastreamApi()
fr.maif.kafka.consumer.ResilientKafkaConsumerTest ‑ crash()
fr.maif.projections.EventuallyConsistentProjectionTest ‑ consumer()
fr.maif.reactor.eventsourcing.DefaultAggregateStoreTest ‑ testReloadEventAndBuildAggregateWithSnapshots()
fr.maif.reactor.eventsourcing.DefaultAggregateStoreTest ‑ testReloadEventAndBuildAggregateWithoutSnapshots()
fr.maif.reactor.eventsourcing.EventProcessorTest ‑ createAndDeleteShouldGenerateEventAndPersistState()
fr.maif.reactor.eventsourcing.EventProcessorTest ‑ multipleCommandsOnSameEntityOnSameBatch()
fr.maif.reactor.eventsourcing.EventProcessorTest ‑ oneCommandShouldGenerateEventAndPersistProjection()
fr.maif.reactor.eventsourcing.EventProcessorTest ‑ oneCommandShouldGenerateEventAndPersistState()
fr.maif.reactor.eventsourcing.EventProcessorTest ‑ twoCommandShouldGenerateEventAndPersistState()
fr.maif.reactor.eventsourcing.KafkaEventPublisherTest ‑ eventConsumption()
fr.maif.reactor.eventsourcing.KafkaEventPublisherTest ‑ eventConsumptionWithEventFromDb()
fr.maif.reactor.eventsourcing.KafkaEventPublisherTest ‑ testRestart()
fr.maif.reactor.projections.EventuallyConsistentProjectionTest ‑ consumer()