Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a TCK #8

Open
ptitFicus opened this issue Nov 27, 2020 · 1 comment
Open

Create a TCK #8

ptitFicus opened this issue Nov 27, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ptitFicus
Copy link
Member

A Technology Compatibilty Kit would be helpfull to ensure every implementations of scribre-core are corrects.

This would be a great help to #3.

@ptitFicus ptitFicus self-assigned this Nov 27, 2020
@ptitFicus
Copy link
Member Author

ptitFicus commented May 4, 2021

Some work is done on #33 , but some works remains:

  • Setup with TestNg (Junit is not an option here since we need to inherit tests, which is not possible in Junit5)
  • Command submission should generate & write event
  • Invalid command submission should not write anything
  • Event should be published in Kafka, even if it's down at first
  • Aggregation should rebuild state correctly
  • Command submission should be rejected if database is down
  • In transaction projections should be updated
  • Eventually consistent projections should be updated event if Kafka is down at first
  • Consumer should receive published event, even if Kafka is down at first

Implementation are done for both in memory and non-reactive jooq implementation, therefore we need to

  • Implement the above tasks for jooq reactive client

@ptitFicus ptitFicus added the enhancement New feature or request label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant