druid/integration-tests-ex/cases
Kashif Faraz 81d7b6ebe1
Fix OverlordClient to read reports as a concrete `ReportMap` (#16226)
Follow up to #16217 

Changes:
- Update `OverlordClient.getReportAsMap()` to return `TaskReport.ReportMap`
- Move the following classes to `org.apache.druid.indexer.report` in the `druid-processing` module
  - `TaskReport`
  - `KillTaskReport`
  - `IngestionStatsAndErrorsTaskReport`
  - `TaskContextReport`
  - `TaskReportFileWriter`
  - `SingleFileTaskReportFileWriter`
  - `TaskReportSerdeTest`
- Remove `MsqOverlordResourceTestClient` as it had only one method
which is already present in `OverlordResourceTestClient` itself
2024-04-15 08:00:59 +05:30
..
assets Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
cluster Introduce TaskContextReport for reporting task context (#16041) 2024-04-12 08:57:49 +05:30
resources Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
src/test Fix OverlordClient to read reports as a concrete `ReportMap` (#16226) 2024-04-15 08:00:59 +05:30
.gitignore Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
cluster.sh Migrate to use docker compose v2 (#16232) 2024-04-03 12:32:55 +02:00
pom.xml Add security ITs for sending tasks to overlord (#16131) 2024-03-18 09:33:40 +05:30