Skip to content

test: convert tests in druid-processing to junit5 pt. 9#19601

Open
clintropolis wants to merge 6 commits into
apache:masterfrom
clintropolis:processing-junit5-pt9
Open

test: convert tests in druid-processing to junit5 pt. 9#19601
clintropolis wants to merge 6 commits into
apache:masterfrom
clintropolis:processing-junit5-pt9

Merge remote-tracking branch 'upstream/master' into processing-junit5…

9f72e62
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 24, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 61 in processing/src/test/java/org/apache/druid/java/util/common/parsers/FlatTextFormatParserTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
Parser.getFieldNames
should be avoided because it has been deprecated.