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

Simplify #453

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Simplify #453

wants to merge 12 commits into from

Conversation

albsch
Copy link
Member

@albsch albsch commented Jun 21, 2021

PR needs investigation. Introduces non-deterministic bugs.

bieniusa and others added 12 commits May 21, 2021 12:59
Turn type check of update operations into filter for all incorrect ops and return all instead of failing after the first.
- Streamlined the error handling
- Added test to cover both pre and post commits
- Adapted the tests to make changes more visible
All updates have been checked at top-level, a second check in the materializer is not required.
Apply effects in a fold
- remove some pass throughs
- Replace recursive version with fold
- unify naming: create_snapshot -> new
- Simplified several helper functions in clocksi_materializer
- Added missing test case
- Adapted naming and typing information to be less confusing (hopefully)
@albsch
Copy link
Member Author

albsch commented Jun 21, 2021

%%% multiple_dcs_node_failure_SUITE ==> update_during_cluster_failure_test3: FAILED
%%% multiple_dcs_node_failure_SUITE ==> 
Failure/Error: ?assertEqual([3], Res)
  expected: [3]
       got: [1008]
      line: 358

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