Skip to content

Testing Glob patterns in incoming permissions configuration #1038

Testing Glob patterns in incoming permissions configuration

Testing Glob patterns in incoming permissions configuration #1038

Triggered via push July 19, 2024 10:33
Status Failure
Total duration 15m 38s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
IncomingPermissionsPathMatchingTest.echo should allow echo2 to access 'prefix' endpoint on correct prefix path(): envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/permissions/IncomingPermissionsPathMatchingTest.kt#L114
java.lang.AssertionError: Expecting actual: Response{protocol=http/1.1, code=503, message=Service Unavailable, url=http://localhost:33021/prefix} 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
IncomingPermissionsPathMatchingTest.echo should allow echo2 to access 'path' endpoint on exact path(): envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/permissions/IncomingPermissionsPathMatchingTest.kt#L103
java.lang.AssertionError: Expecting actual: Response{protocol=http/1.1, code=503, message=Service Unavailable, url=http://localhost:33021/path} 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
IncomingPermissionsPathMatchingTest.echo should allow echo2 to access 'regex' endpoint on correct regex path(): envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/permissions/IncomingPermissionsPathMatchingTest.kt#L131
java.lang.AssertionError: Expecting actual: Response{protocol=http/1.1, code=503, message=Service Unavailable, url=http://localhost:33021/regex/1/segment} 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
IncomingPermissionsPathMatchingTest.echo should allow echo2 to access endpoints for matched Glob patterns in the 'paths' field(): envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/permissions/IncomingPermissionsPathMatchingTest.kt#L157
java.lang.AssertionError: Expecting actual: Response{protocol=http/1.1, code=503, message=Service Unavailable, url=http://localhost:33021/api/products} 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
CI
Process completed with exit code 1.
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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, gradle/wrapper-validation-action@v1, actions/setup-java@v3, actions/cache@v2, mikepenz/action-junit-report@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/