#624 Set flat priority only for services with traffic splitting #944
Annotations
3 errors and 4 warnings
LocalityWeightedLoadBalancingRoutingTest.should route traffic according to weights():
envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/trafficsplitting/LocalityWeightedLoadBalancingRoutingTest.kt#L124
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a pl.allegro.tech.servicemesh.envoycontrol.assertions.AwaitAssertionsKt
Expecting actual:
Response{protocol=http/1.1, code=200, message=OK, url=http://localhost:33101/}
to match given predicate.
You can use 'matches(Predicate p, String description)' to have a better error message
For example:
assertThat(player).matches(p -> p.isRookie(), "is rookie");
will give an error message looking like:
Expecting actual:
player
to match 'is rookie' predicate within 1 minutes 30 seconds.
|
LocalityWeightedLoadBalancingRoutingTest.should route traffic according to weights with service tag():
envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/trafficsplitting/LocalityWeightedLoadBalancingRoutingTest.kt#L140
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a pl.allegro.tech.servicemesh.envoycontrol.assertions.AwaitAssertionsKt
Expecting actual:
Response{protocol=http/1.1, code=200, message=OK, url=http://localhost:33101/}
to match given predicate.
You can use 'matches(Predicate p, String description)' to have a better error message
For example:
assertThat(player).matches(p -> p.isRookie(), "is rookie");
will give an error message looking like:
Expecting actual:
player
to match 'is rookie' predicate within 1 minutes 30 seconds.
|
CI
Process completed with exit code 1.
|
CI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, gradle/wrapper-validation-action@v1, actions/setup-java@v3, actions/cache@v2, mikepenz/action-junit-report@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
CI
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, mikepenz/action-junit-report@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
CI
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|