docs: clarify default data flow
This commit is contained in:
@@ -494,6 +494,7 @@ class MavenModuleProfileTest {
|
||||
@Test
|
||||
void productionDocsMatchCompactHistoryAndJt808OnlyAnalyticsSurface() throws Exception {
|
||||
String moduleDataFlow = Files.readString(repositoryRoot().resolve("docs/module-data-flow.html"));
|
||||
String targetArchitecture = Files.readString(repositoryRoot().resolve("docs/target-architecture.md"));
|
||||
String tdengineVerification = Files.readString(repositoryRoot()
|
||||
.resolve("docs/operations/vehicle-ingest-tdengine-verification.md"));
|
||||
String runbook = Files.readString(repositoryRoot()
|
||||
@@ -511,6 +512,10 @@ class MavenModuleProfileTest {
|
||||
.contains("| `vehicle.event.gb32960.v1` | `gb32960-ingest-app` | `vehicle-history-app` |")
|
||||
.contains("| `vehicle.event.jt808.v1` | `jt808-ingest-app` | `vehicle-history-app`, `vehicle-analytics-app` |")
|
||||
.doesNotContain("| `vehicle.event.gb32960.v1` | `gb32960-ingest-app` | `vehicle-history-app`, `vehicle-analytics-app` |");
|
||||
assertThat(targetArchitecture)
|
||||
.contains("vehicle-state-service is absent from the default Maven reactor")
|
||||
.doesNotContain("kafka --> state[\"vehicle-state-service\"]")
|
||||
.doesNotContain("state --> redisState[\"Redis<br/>latest state\"]");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user