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

Performance tests EventBus issue #30

Open
dmitry-ganzha opened this issue Sep 25, 2017 · 0 comments
Open

Performance tests EventBus issue #30

dmitry-ganzha opened this issue Sep 25, 2017 · 0 comments
Assignees
Labels

Comments

@dmitry-ganzha
Copy link
Contributor

dmitry-ganzha commented Sep 25, 2017

ToDoListPT class contains disabled test, which do following actions:

  • Create several tasks concurrently
  • Retrieve projection which should contain all created tasks.

Expected Result

The Projection should contain as many tasks as we created.

Actual Result

The Projection contains unpredictable number of tasks.

Issue Summary
If create several number of tasks concurrently, produced events should appear in EventBus, because of concurrently invocation, events are overwriting each other as we don't see all events.

Possible Solution
Create new layer in Spine before EventBus, which will collect and feed EventBus with events when needed.

@dmitry-ganzha dmitry-ganzha self-assigned this Sep 25, 2017
@dmitry-ganzha dmitry-ganzha changed the title Storage issue in performance test Stress tests EventBus issue Oct 3, 2017
@dmitry-ganzha dmitry-ganzha changed the title Stress tests EventBus issue Performance tests EventBus issue Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant