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

[FFM-5387]: Fix Golang Group Rule Evaluate and Add Tests #101

Merged
merged 6 commits into from
Nov 25, 2022

Conversation

davejohnston
Copy link
Contributor

@davejohnston davejohnston commented Nov 18, 2022

What

Run evaluator tests against the ff-test-grid test-cases
Fix the group rule evaluator which was AND'ing instead of OR'ing the rules

Why

Improve test coverage and fix an evaluator bug

@swarmia
Copy link

swarmia bot commented Nov 18, 2022

@erdirowlands
Copy link
Contributor

Looks great! As a sanity check for you I checked out your forked copy and ran the tests, all 219 passed.

Run evalutor tests against the ff-test-grid test-cases

Improve test coverage
Fix the group rule evaluator.  Currently rules are being AND'd but they
should be OR'd
@davejohnston davejohnston changed the title [FFM-5387]: Update Golang to use the new ff-test-cases [FFM-5387]: Fix Golang Group Rule Evaluate and Add Tests Nov 25, 2022
@davejohnston davejohnston merged commit 8dcc0c3 into harness:main Nov 25, 2022
@davejohnston davejohnston deleted the FFM-5387 branch November 25, 2022 11:07
davejohnston added a commit to davejohnston/ff-golang-server-sdk that referenced this pull request Sep 26, 2023
Run evaluator tests against the ff-test-grid test-cases
Improve test coverage
Fix the group rule evaluator.  Currently rules are being AND'd but they
should be OR'd
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.

None yet

2 participants