You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling API observability-driven testing using
docker compose -f docker-compose-tests.yml run traceBasedTests
I am having mismatch problem/warning like below:
I've using darwin/arm64 as my platform is in tracetest/docker-compose.yaml file and the server container is up and running for now.
not sure if this warning would affect the process to see the test result?
Starting tests...
Running trace-based tests for: adservice cartservice currencyservice checkoutservice frontend emailservice paymentservice productcatalogservice recommendationservice shippingservice ...
CLI: v1.7.1
Server: v1.5.2
✖️ Version Mismatch
The CLI version and the server version are not compatible. To fix this, you'll need to make sure that both your CLI and server are using compatible versions.
We recommend upgrading both of them to the latest available version. Check out our documentation https://docs.tracetest.io/configuration/upgrade for simple instructions on how to upgrade.
Thank you for using Tracetest! We apologize for any inconvenience causedCLI: v1.7.1
Server: v1.5.2
The text was updated successfully, but these errors were encountered:
When enabling API observability-driven testing using
docker compose -f docker-compose-tests.yml run traceBasedTests
I am having mismatch problem/warning like below:
I've using darwin/arm64 as my platform is in
tracetest/docker-compose.yaml
file and the server container is up and running for now.not sure if this warning would affect the process to see the test result?
The text was updated successfully, but these errors were encountered: