chore: clarify current history path naming

This commit is contained in:
lingniu
2026-07-01 11:21:11 +08:00
parent 986fc2fac3
commit 61ad4a2439
8 changed files with 14 additions and 12 deletions

View File

@@ -105,7 +105,7 @@ class EventHistoryEnvelopeIngestorTest {
}
@Test
void tryIngestCanWriteTdengineFactsWithoutEventFileStore() {
void tryIngestCanWriteTdengineFactsDirectly() {
CapturingTdengineWriter tdengineWriter = new CapturingTdengineWriter();
EventHistoryEnvelopeIngestor ingestor = new EventHistoryEnvelopeIngestor(tdengineWriter);

View File

@@ -218,7 +218,7 @@ class Gb32960DecodedFrameServiceTest {
}
@Test
void snapshotsCanUseTdengineRawFramesWhenEventFileStoreIsDisabled() throws Exception {
void snapshotsUseTdengineRawFrames() throws Exception {
String vin = "LNVFC000000000001";
String key = "2026/06/22/GB32960/" + vin + "/tdengine-raw.bin";
String uri = "archive://" + key;