Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Remove skipping for an older event #744

Merged

Conversation

fabriziosestito
Copy link
Member

To deal with the unlikely scenario of an agent sending multiple events of the same type at the same time, a skip event condition was introduced.
This wasn't working properly since it did not consider that an agent can send different types of events almost in parallel and it was just causing side effects when loading fixtures with photofinish.

Closes: #742

Copy link
Contributor

@arbulu89 arbulu89 left a comment

Choose a reason for hiding this comment

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

Thanks!
I will apply this change in my local env to see if it totally remove the issues during my new tests

@fabriziosestito
Copy link
Member Author

Thanks! I will apply this change in my local env to see if it totally remove the issues during my new tests

@arbulu89 l will hold the merge till confirmation

Copy link
Member

@nelsonkopliku nelsonkopliku left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@dottorblaster dottorblaster left a comment

Choose a reason for hiding this comment

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

LGTM as well

@fabriziosestito fabriziosestito merged commit 3b0c131 into trento-project:main Jan 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Projected events are skipped if events are coming almost in parallel
4 participants