Skip to content

Consolidate test cases from implementation unit tests to engine-test-data #13

@khvn26

Description

@khvn26

Add test cases from individual repos to engine-test-data:

  1. Individual operator tests, including IN, MODULO, PERCENTAGE_SPLIT
  2. Segment rule nesting tests
  3. Traits that begin with $.
  4. Context value type casting for simple comparisons (e.g. (SegmentConditions.NOT_EQUAL, 1, "2", true), (SegmentConditions.NOT_EQUAL, 1, "1", false)
    • Make sure that booleans are not treated as numeric values (e.g. false,true == 0,1)
  5. Semver value comparisons

Look at engine implementations to see unique/platform-specific test cases, these should be added as well.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions