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

Feat/tck projection #34

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

MatthieuMAIF
Copy link

No description provided.

@MatthieuMAIF MatthieuMAIF marked this pull request as draft June 1, 2021 08:58
@MatthieuMAIF MatthieuMAIF changed the base branch from feat/tck to master June 1, 2021 13:00
@MatthieuMAIF MatthieuMAIF marked this pull request as ready for review June 1, 2021 13:36
@MatthieuMAIF MatthieuMAIF force-pushed the feat/tck_projection branch 2 times, most recently from 44f89aa to da91a59 Compare June 2, 2021 07:06
@MatthieuMAIF MatthieuMAIF changed the title Feat/tck projection draft: Feat/tck projection Jun 2, 2021
@MatthieuMAIF MatthieuMAIF changed the title draft: Feat/tck projection Feat/tck projection Jun 24, 2021
.filter(e -> {
return Option.of(query.entityId).map(id -> id.equals(e.entityId)).getOrElse(true);
});
.filter(e -> Option.of(query.entityId).map(id -> id.equals(e.entityId)).getOrElse(true));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this modification is unecessary for this feature. Could you remove it to clarify ?

@@ -0,0 +1,26 @@

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This schema is not used by TCK, therefore this file should be useless



@Override
public void required_eventShouldBeConsumedByConsistentProjectionWhenEverythingIsAlright() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is @test annotation missing on this method and the one below ?

"org.testng" % "testng" % "6.3",
"com.typesafe.akka" %% "akka-stream" % akkaVersion % Test,
"org.mockito" % "mockito-core" % "3.6.28" % Test,
"fr.maif" %% "jooq-async-api" % jooqAsyncVersion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this import needed ?

MatthieuMAIF and others added 6 commits July 27, 2021 11:23
Tests were not working since connection timeout was not setup
on Postgres connection. Default timeout is infinite therefore
test that shutdown BDD hangs.
@ptitFicus
Copy link
Member

Fix #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants