chore: remove xinda ingestion modules

This commit is contained in:
lingniu
2026-07-01 18:22:51 +08:00
parent f89ac1c23f
commit 4eaaa88e9c
34 changed files with 234 additions and 2130 deletions

View File

@@ -70,7 +70,7 @@ class LocationHistoryControllerTest {
}
@Test
void rejectsLegacyXindaProtocolOnDefaultLocationApi() {
void rejectsRemovedXindaProtocolOnDefaultLocationApi() {
AtomicReference<TdengineLocationQuery> captured = new AtomicReference<>();
LocationHistoryController controller = new LocationHistoryController(
new StubReader(captured, new TdenginePage<>(List.of(), null)));

View File

@@ -202,7 +202,7 @@ class RawFrameHistoryControllerTest {
}
@Test
void rejectsLegacyXindaProtocolOnDefaultRawFrameApi() {
void rejectsRemovedXindaProtocolOnDefaultRawFrameApi() {
RawFrameHistoryController controller = new RawFrameHistoryController(
new CapturingReader(new TdenginePage<>(List.of(), Optional.empty())));