Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Jan 23, 2025
1 parent 31093cf commit aaea18f
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions tests/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ def test_envoy_http_auth(svc: str) -> None:


DEPS_DOT = """digraph {
liftbridge -> activator
kafka -> activator
migrate -> activator
sae -> activator
envoy -> auth
liftbridge -> auth
kafka -> auth
migrate -> auth
mongo -> auth
auth -> bi
Expand All @@ -172,6 +172,7 @@ def test_envoy_http_auth(svc: str) -> None:
login -> bi
migrate -> bi
static -> bi
web -> bi
auth -> card
clickhouse -> card
envoy -> card
Expand All @@ -180,14 +181,15 @@ def test_envoy_http_auth(svc: str) -> None:
mongo -> card
postgres -> card
static -> card
web -> card
clickhouse -> chwriter
liftbridge -> chwriter
kafka -> chwriter
migrate -> chwriter
liftbridge -> classifier
kafka -> classifier
migrate -> classifier
mongo -> classifier
postgres -> classifier
liftbridge -> correlator
kafka -> correlator
migrate -> correlator
mongo -> correlator
postgres -> correlator
Expand All @@ -207,7 +209,7 @@ def test_envoy_http_auth(svc: str) -> None:
static -> login
clickhouse -> migrate
consul -> migrate
liftbridge -> migrate
kafka -> migrate
mongo -> migrate
postgres -> migrate
auth -> nbi
Expand All @@ -216,9 +218,9 @@ def test_envoy_http_auth(svc: str) -> None:
mongo -> nbi
postgres -> nbi
datastream -> ping
liftbridge -> ping
kafka -> ping
migrate -> ping
liftbridge -> runner
kafka -> runner
migrate -> runner
mongo -> runner
migrate -> sae
Expand All @@ -236,13 +238,13 @@ def test_envoy_http_auth(svc: str) -> None:
worker -> shell
envoy -> static
datastream -> syslogcollector
liftbridge -> syslogcollector
kafka -> syslogcollector
migrate -> syslogcollector
datastream -> topo
liftbridge -> topo
kafka -> topo
migrate -> topo
datastream -> trapcollector
liftbridge -> trapcollector
kafka -> trapcollector
migrate -> trapcollector
auth -> ui
envoy -> ui
Expand All @@ -262,7 +264,7 @@ def test_envoy_http_auth(svc: str) -> None:
static -> web
worker -> web
datastream -> worker
liftbridge -> worker
kafka -> worker
migrate -> worker
mongo -> worker
postgres -> worker
Expand Down

0 comments on commit aaea18f

Please sign in to comment.