MAIF / thoth

Event sourcing in java with vavr, akka stream and vertx reactive PG driver
https://MAIF.github.io/thoth/
Apache License 2.0
32 stars 9 forks source link

WIP: Feat/tck #33

Closed ptitFicus closed 3 years ago

github-actions[bot] commented 3 years ago

Unit Test Results

11 files   -   1  11 suites   - 1   3m 0s :stopwatch: -1s 60 tests  - 13  60 :heavy_check_mark:  - 13  0 :zzz: ±0  0 :x: ±0 

Results for commit d5cc91c9. ± Comparison against base commit 51961319.

This pull request removes 13 tests. ``` fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertAndRead() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertAndRollback() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertDateNull() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublished() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublishedSkip() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublishedWait() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ markEventsAsPublished() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ nextSequence() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ queryingByDate() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ queryingByEntityId() … ```
github-actions[bot] commented 3 years ago

Unit Test Results

11 files   -   1  11 suites   - 1   3m 0s :stopwatch: -1s 60 tests  - 13  60 :heavy_check_mark:  - 13  0 :zzz: ±0  0 :x: ±0 

Results for commit d5cc91c9. ± Comparison against base commit 51961319.

This pull request removes 13 tests. ``` fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertAndRead() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertAndRollback() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertDateNull() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublished() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublishedSkip() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublishedWait() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ markEventsAsPublished() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ nextSequence() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ queryingByDate() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ queryingByEntityId() … ```
github-actions[bot] commented 3 years ago

Unit Test Results

14 files  +  2  14 suites  +2   2m 53s :stopwatch: -8s 93 tests +20  91 :heavy_check_mark: +18  0 :zzz: ±0  2 :x: +2 

For more details on these failures, see this check.

Results for commit 97bdb31c. ± Comparison against base commit 51961319.

github-actions[bot] commented 3 years ago

Unit Test Results

14 files  +  2  14 suites  +2   2m 54s :stopwatch: -7s 93 tests +20  92 :heavy_check_mark: +19  0 :zzz: ±0  1 :x: +1 

For more details on these failures, see this check.

Results for commit 97bdb31c. ± Comparison against base commit 51961319.

github-actions[bot] commented 3 years ago

Unit Test Results

13 files  +1  13 suites  +1   2m 51s :stopwatch: -10s 80 tests +7  80 :heavy_check_mark: +7  0 :zzz: ±0  0 :x: ±0 

Results for commit 97bdb31c. ± Comparison against base commit 51961319.

This pull request removes 13 and adds 20 tests. Note that renamed tests count towards both. ``` fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ insertAndRead() fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ insertAndRollback() fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ insertDateNull() 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 ‑ queryingByDate() fr.maif.eventsourcing.JdbcPostgresEventStoreTest ‑ queryingByEntityId() … ``` ``` fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_aggregateOfDeleteEventStateShouldBeEmpty fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_aggregateOfMultipleEventStateShouldBeCorrect fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_aggregateOfSingleEventStateShouldBeCorrect fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_commandSubmissionShouldFailIfDatabaseIsNotAvailable fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_eventShouldBePublishedEventIfBrokerIsDownAtFirst fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_multipleEventsShouldBePublished fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_singleEventShouldBePublished fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_submitInvalidCommandMustNotWriteEventsIntDataStore fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_submitMultiEventCommandMustWriteAllEventsInDataStore fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_submitValidSingleEventCommandMustWriteEventInDataStore … ```
github-actions[bot] commented 3 years ago

Unit Test Results

13 files  +1  13 suites  +1   3m 22s :stopwatch: +21s 80 tests +7  76 :heavy_check_mark: +3  0 :zzz: ±0  4 :x: +4 

For more details on these failures, see this check.

Results for commit f6bbb742. ± Comparison against base commit 51961319.

This pull request removes 13 and adds 20 tests. Note that renamed tests count towards both. ``` fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertAndRead() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertAndRollback() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ insertDateNull() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublished() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublishedSkip() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ loadEventsUnpublishedWait() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ markEventsAsPublished() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ nextSequence() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ queryingByDate() fr.maif.eventsourcing.impl.PostgresEventStoreTest ‑ queryingByEntityId() … ``` ``` fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_aggregateOfDeleteEventStateShouldBeEmpty fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_aggregateOfMultipleEventStateShouldBeCorrect fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_aggregateOfSingleEventStateShouldBeCorrect fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_commandSubmissionShouldFailIfDatabaseIsNotAvailable fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_eventShouldBePublishedEventIfBrokerIsDownAtFirst fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_multipleEventsShouldBePublished fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_singleEventShouldBePublished fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_submitInvalidCommandMustNotWriteEventsIntDataStore fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_submitMultiEventCommandMustWriteAllEventsInDataStore fr.maif.eventsourcing.datastore.InMemoryDataStoreTest ‑ required_submitValidSingleEventCommandMustWriteEventInDataStore … ```
github-actions[bot] commented 3 years ago

Unit Test Results

13 files  ±0  13 suites  ±0   2m 54s :stopwatch: ±0s 80 tests ±0  80 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 1f9e4d5d. ± Comparison against base commit 1f9e4d5d.

:recycle: This comment has been updated with latest results.