Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Avoid resetting state on rejected events #2025
Conversation
richvdh
assigned
erikjohnston
Mar 17, 2017
|
If we have a rejected state event that attempts to replace an older state, do we still see that older state for subsequent events? |
richvdh
added some commits
Mar 17, 2017
yes. |
|
lgtm |
richvdh
assigned
richvdh
and unassigned
erikjohnston
Mar 18, 2017
richvdh
merged commit 2e05f5d
into
develop
Mar 20, 2017
7 of 8 checks passed
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Dendron (Commit)
Build #1710 origin/rav/no_reset_state_on_rejections succeeded in 15 min
Details
Sytest Postgres (Commit)
Build #2528 origin/rav/no_reset_state_on_rejections succeeded in 6 min 57 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2593 origin/rav/no_reset_state_on_rejections succeeded in 6 min 3 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
deleted the
rav/no_reset_state_on_rejections
branch
Mar 22, 2017
This was referenced Apr 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedMar 17, 2017
Presented as two commits: one which is a bit of a refactorathon, but should amount to a no-op functionally speaking, and a second which actually makes the change.