Skip to content

Update MockServer container image to 7.5.0 - #9630

Open
LouisLou2 wants to merge 1 commit into
lysine-dev:mainfrom
LouisLou2:fix/fix-mockserver-container-version
Open

Update MockServer container image to 7.5.0#9630
LouisLou2 wants to merge 1 commit into
lysine-dev:mainfrom
LouisLou2:fix/fix-mockserver-container-version

Conversation

@LouisLou2

Copy link
Copy Markdown

Summary

Update the MockServer container image from 7.4.0 to 7.5.0.

The MockServer client was updated to 7.5.0 in #9622, but the container tests
continued to use the 7.4.0 server image. MockServer requires the client and
server major and minor versions to match, causing all container tests to fail
while registering expectations.

Fixes #9629

Testing

  • ./gradlew :container-tests:test -PcontainerTests=true
  • ./gradlew :container-tests:test -PcontainerTests=true -Pokhttp.platform=loom -Ptest.java.version=24

All 12 container tests pass with the Loom configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Container tests fail because MockServer client and server versions do not match

1 participant