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

Revert "PI-3857 - ensure PR title contains jira ticket number" #3

Revert "PI-3857 - ensure PR title contains jira ticket number (#2)"

f33d4e8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Revert "PI-3857 - ensure PR title contains jira ticket number" #3

Revert "PI-3857 - ensure PR title contains jira ticket number (#2)"
f33d4e8
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests succeeded Feb 14, 2024 in 0s

16 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexArrayTests.xml 4✅ 81ms
build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexFunctionTests.xml 1✅ 5ms
build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexLazyContextTests.xml 1✅ 374ms
build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexSetTests.xml 1✅ 7ms
build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexSyntaxTests.xml 9✅ 35ms

✅ build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexArrayTests.xml

4 tests were completed in 81ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.sesamecare.asyncRuleEvaluator.FiltrexArrayTests 4✅ 81ms

✅ com.sesamecare.asyncRuleEvaluator.FiltrexArrayTests

✅ testArray()
✅ testInNotIn()
✅ testInclude()
✅ testStrings()

✅ build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexFunctionTests.xml

1 tests were completed in 5ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.sesamecare.asyncRuleEvaluator.FiltrexFunctionTests 1✅ 5ms

✅ com.sesamecare.asyncRuleEvaluator.FiltrexFunctionTests

✅ testBasicFunctionTypes()

✅ build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexLazyContextTests.xml

1 tests were completed in 374ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.sesamecare.asyncRuleEvaluator.FiltrexLazyContextTests 1✅ 374ms

✅ com.sesamecare.asyncRuleEvaluator.FiltrexLazyContextTests

✅ testLazyMap()

✅ build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexSetTests.xml

1 tests were completed in 7ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.sesamecare.asyncRuleEvaluator.FiltrexSetTests 1✅ 7ms

✅ com.sesamecare.asyncRuleEvaluator.FiltrexSetTests

✅ testUnion()

✅ build/test-results/test/TEST-com.sesamecare.asyncRuleEvaluator.FiltrexSyntaxTests.xml

9 tests were completed in 35ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.sesamecare.asyncRuleEvaluator.FiltrexSyntaxTests 9✅ 35ms

✅ com.sesamecare.asyncRuleEvaluator.FiltrexSyntaxTests

✅ testSimpleNumerics()
✅ testTernary()
✅ testComparisons()
✅ testKitchenSink()
✅ testBooleanLogic()
✅ testMathFunctions()
✅ testFunctions()
✅ testArgArrangements()
✅ testRegexp()