Open
Description
- Update parser and core query unit tests to JUnit #9362
- Add checker for JUnit
@Test
annotation in overridden tests #14027 - provide a checker ensuring that a JUnit test does not extend from TestNG-annotated test class, to avoid situation when
@Test
or setup methods are inherited but not firing up - provide a checker ensuring that a TestNG test does not extend from JUnit-annotated test class, to avoid situation when
@Test
or setup methods are inherited but not firing up - provide a checker ensuring a TestNG test doesn't use JUnit setup/cleanup annotations (eg cleanup might not get fired)
- Add missing JUnit lifecycle annotation #19467
- Migrate tests to JUnit #19454
- Add validation for missing Test annotations #19358
- Migrate connector smoke tests to JUnit #19324
- Migrate tests to JUnit #19238
- Remove TestNG from SPI #19214
- Migrate various tests to JUnit #19195
- Migrate aggregation tests to JUnit #18765
- Migrate Accumulo tests to JUnit #18763
- Migrate mysql-event-listener tests to JUnit #18686
- Migrate jmx connector tests to JUnit #18685
- Migrate exchange-filesystem to JUnit #18681
- Migrate exchange-hdfs to JUnit #18680
- Migrate blackhole tests to JUnit #18679
- Migrate accumulo-iterators to JUnit #18678
- Migrate atop tests to JUnit #18677
- Migrate Elasticsearch tests to JUnit #18676
- Fix structure and execution of type tests #18594
- Migrate tests to JUnit #18199
- Migrate type tests to JUnit #18198
- Migrate TestPageProcessor to JUnit #18192
- Migrate aggregation function tests to JUnit #18191
- Migrate analyzer tests to JUnit #18190
- Migrate query tests to JUnit #18185
- Migrate plan tests to JUnit #18164
- Migrate some tests to JUnit #18115
- Migrate rule tests to JUnit #18018
- Migrate JDBC driver tests to JUnit #19550
- Migrate tests to JUnit #19535
- Run JUnit tests in parallel #19554
- Migrate hive-file-formats to JUnit #19556
- Migrate trino-cache to JUnit #19558
- Migrate some trino-delta tests to JUnit #19559
- Migrate tests to JUnit #19665
- migrate remaining tests to JUnit
- remove testng from test classpath