kgyrtkirk opened a new pull request, #15096:
URL: https://github.com/apache/druid/pull/15096
* introduces a `test_X` method for every testcase (995 testcases)
* added a resultset parser which reads the expected resultset based on the
result schema
* loaded a few more datasets
* added a testcase to ensure that all files have a corresponding testcase
* renamed `DecoupledIgnore` to `NegativeTest`
* categorized the failing 268 tests
current histogram of failures:
```
grep '@NegativeTest'
sql/src/test/java/org/apache/druid/sql/calcite/DrillWindowQueryTest.java|sort|uniq
-c|sort -n
1 @NegativeTest(Modes.ALLDATA_CSV)
1 @NegativeTest(Modes.BIGINT_TIME_COMPARE)
1 @NegativeTest(Modes.CANNOT_APPLY_VIRTUAL_COL)
1 @NegativeTest(Modes.COLUMN_NOT_FOUND)
1 @NegativeTest(Modes.INCORRECT_SYNTAX)
1 @NegativeTest(Modes.NPE_PLAIN)
12 @NegativeTest(Modes.MISSING_DESC)
18 @NegativeTest(Modes.BIGINT_TO_DATE)
23 @NegativeTest(Modes.AGGREGATION_NOT_SUPPORT_TYPE)
25 @NegativeTest(Modes.NOT_ENOUGH_RULES)
36 @NegativeTest(Modes.NPE)
41 @NegativeTest(Modes.RESULT_COUNT_MISMATCH)
107 @NegativeTest(Modes.NULLS_FIRST_LAST)
```
This PR has:
- [ ] been self-reviewed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]