disable spring boot plugin while keeping dependency management #783
Annotations
3 errors and 3 warnings
EndpointMetadataMergingTests.should merge all service tags of endpoints with the same ip and port():
envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/EndpointMetadataMergingTests.kt#L51
java.lang.AssertionError:
Expecting actual:
Response{protocol=http/1.1, code=503, message=Service Unavailable, url=http://localhost:32832/}
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
|
IncomingPermissionsLoggingModeTest.echo2 should NOT allow unlisted clients to access 'block-unlisted-clients' endpoint over http():
envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/permissions/IncomingPermissionsLoggingModeTest.kt#L345
org.assertj.core.error.AssertJMultipleFailuresError:
Multiple Failures (1 failure)
-- failure 1 --
Expected size: 1 but was: 0 in:
[]
at EnvoyAssertionsKt.hasOneAccessDenial$lambda$3(EnvoyAssertionsKt.java:174)
|
EndpointMetadataMergingTests.should merge all service tags of endpoints with the same ip and port():
envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/EndpointMetadataMergingTests.kt#L51
java.lang.AssertionError:
Expecting actual:
Response{protocol=http/1.1, code=503, message=Service Unavailable, url=http://localhost:32832/}
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
|
resilence_test
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
resilence_test
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/
|
resilence_test
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/
|