-
-
Notifications
You must be signed in to change notification settings - Fork 540
Backward and forward compatibility testing #3799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d4e9440
to
d3053e0
Compare
d3053e0
to
9702cb5
Compare
P0lip
approved these changes
Feb 19, 2025
Base automatically changed from
thallgren/port-forward-stability
to
release/v2
February 21, 2025 03:24
Signed-off-by: Thomas Hallgren <[email protected]>
The `telepresence helm install` and `telepresence helm upgrade` can now handle a `--version` flag. When given, the corresponding Helm chart will be downloaded from the "oci://ghcr.io/telepresenceio/telepresence-oss" registry. Signed-off-by: Thomas Hallgren <[email protected]>
The new `telepresence replace` may use the port identifier "all" to signify all ports of a targeted container, and this identifier is not recognized by versions < 2.22.0 (no support for multi-port intercepts). Signed-off-by: Thomas Hallgren <[email protected]>
This commit also enables backward compatibility testing by allowing the traffic-manager and agent versions to be older than the version of the tested binary. Signed-off-by: Thomas Hallgren <[email protected]>
The call to `telepresence uninstall` would sometimes race with pod creation from the `telepresence intercept` call. Signed-off-by: Thomas Hallgren <[email protected]>
Signed-off-by: Thomas Hallgren <[email protected]>
Signed-off-by: Thomas Hallgren <[email protected]>
Co-authored-by: Jakub Rożek <[email protected]> Signed-off-by: Thomas Hallgren <[email protected]>
Co-authored-by: Jakub Rożek <[email protected]> Signed-off-by: Thomas Hallgren <[email protected]>
Co-authored-by: Jakub Rożek <[email protected]> Signed-off-by: Thomas Hallgren <[email protected]>
Let `go test` run with `-count=1` to disable caching. This is now necessary since we run the `make check integration` target multiple times with different environment settings to achieve the backward- and forward compatibility tests. Signed-off-by: Thomas Hallgren <[email protected]>
d774f7b
to
b5a57fd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enables the integration tests to run with an traffic-manager/traffic-agent pair of a different version than the binary being tested, so that compatibility tests can be added for release candidates.