-
Notifications
You must be signed in to change notification settings - Fork 633
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
refactor(tests): convert junit4 based testcases to junit5 and clean up in kayenta #975
Conversation
kayenta-core/src/test/groovy/com/netflix/kayenta/metrics/SynchronousQueryProcessorTest.java
Outdated
Show resolved
Hide resolved
The plan is to figure out the missing test cases as we upgrade spock / move to groovy 3, right? |
Yes, that is the plan. |
56cf912
to
40e7710
Compare
The reason for less coverage is undetected scala based junit4 test cases in kayenta-mannwhitney and kayenta-judge modules. To fix the coverage, converted them into junit5. Now, after refactor, total test cases executed are 420. |
...ta-influxdb/src/test/java/com/netflix/kayenta/influxdb/service/InfluxdbQueryBuilderTest.java
Outdated
Show resolved
Hide resolved
…p in kayenta Before refactor, total test cases executed were 336. After refactor, total test cases executed are 420.
Before refactor, total test cases executed were 336.
After refactor, total test cases executed are
326420.