solution: integration test with two upstreams

This commit is contained in:
Igor Artamonov
2021-03-24 22:52:25 -04:00
parent be33508bb9
commit 17f14987aa
8 changed files with 130 additions and 4 deletions

View File

@@ -18,6 +18,11 @@ NOTE: Run commands in project's root dir
cd testing/simple-upstream && ./gradlew run
----
[source,bash]
----
cd testing/simple-upstream && DSHACKLE_TESTUP_PORT=18546 ./gradlew run
----
=== Run Dshackle
[source,bash]