chore: clarify current history path naming
This commit is contained in:
@@ -105,7 +105,7 @@ class EventHistoryEnvelopeIngestorTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void tryIngestCanWriteTdengineFactsWithoutEventFileStore() {
|
||||
void tryIngestCanWriteTdengineFactsDirectly() {
|
||||
CapturingTdengineWriter tdengineWriter = new CapturingTdengineWriter();
|
||||
EventHistoryEnvelopeIngestor ingestor = new EventHistoryEnvelopeIngestor(tdengineWriter);
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user