Skip to content

pages build and deployment #123

pages build and deployment

pages build and deployment #123

GitHub Actions / Unit Test Results succeeded Aug 5, 2024 in 0s

All 66 tests pass, 1 skipped in 4m 59s

19 files  ±0  19 suites  ±0   4m 59s ⏱️ ±0s
67 tests ±0  66 ✔️ ±0  1 💤 ±0  0 ±0 
96 runs  ±0  95 ✔️ ±0  1 💤 ±0  0 ±0 

Results for commit 818f679. ± Comparison against earlier commit 3d732a0.

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

67 tests found

There are 67 tests, see "Raw output" for the full list of tests.
Raw output
fr.maif.eventsourcing.DefaultReactorAggregateStoreTest ‑ loadEventToAggregates()
fr.maif.eventsourcing.EventProcessorTest ‑ createAndDeleteShouldGenerateEventAndPersistState()
fr.maif.eventsourcing.EventProcessorTest ‑ oneCommandShouldGenerateEventAndPersistProjection()
fr.maif.eventsourcing.EventProcessorTest ‑ oneCommandShouldGenerateEventAndPersistState()
fr.maif.eventsourcing.EventProcessorTest ‑ twoCommandShouldGenerateEventAndPersistState()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ insertAndRead()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ insertAndRollback()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ insertDateNull()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ lastPublishedSeqNum()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ loadEventsUnpublished()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ loadEventsUnpublishedSkip()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ loadEventsUnpublishedWait()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ markEventsAsPublished()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ nextSequence()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ nextSequences()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ queryingByDate()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ queryingByEntityId()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ queryingByPublished()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ queryingBySeqAndEntityId()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ queryingBySequenceNum()
fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ queryingWithSize()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ insertAndRead()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ insertAndRollback()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ insertDateNull()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ lastPublishedSeqNum()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ loadEventsUnpublished()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ loadEventsUnpublishedSkip()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ loadEventsUnpublishedWait()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ markEventsAsPublished()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ nextSequence()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ nextSequences()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ queryingByDate()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ queryingByEntityId()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ queryingByPublished()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ queryingBySeqAndEntityId()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ queryingBySequenceNum()
fr.maif.eventsourcing.ReactivePostgresEventStoreTest ‑ queryingWithSize()
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 ‑ testRestartWithMock()
fr.maif.reactor.projections.EventuallyConsistentProjectionTest ‑ consumer()