9.2: Fix s3_auth_config test output check#9123
Merged
bneradt merged 1 commit intoapache:9.2.xfrom Oct 5, 2022
Merged
Conversation
The way ATS output is checked has changed between master and 9.2.x. This updates the 9.2.x version of the test for the different expectations. Without this patch, the s3_auth_config test fails with an exception.
moonchen
approved these changes
Oct 5, 2022
randall
approved these changes
Oct 5, 2022
maskit
added a commit
to maskit/trafficserver
that referenced
this pull request
Dec 9, 2022
This reverts commit 5d0a72a.
maskit
added a commit
that referenced
this pull request
Dec 9, 2022
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Feb 21, 2023
The way ATS output is checked has changed between master and 9.2.x. This updates the 9.2.x version of the test for the different expectations. Without this patch, the s3_auth_config test fails with an exception.
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Feb 21, 2023
* asf/9.2.x: Updated ChangeLog Fail sni.yaml loading if related resources fail to load (apache#9132) fix contradicting documentation and say a bit about the resident size of a volume directory (apache#9133) AuTest automatic keylog file configuration (apache#9137) Traffic Dump: fix YAML format for CONNECT requests (apache#9139) Updated ChangeLog Remove intermediate buffer in PluginVC (apache#8698) Fix HTTP/2 session receive window handling for small sizes (apache#9117) (apache#9122) 9.2: Fix s3_auth_config test output check (apache#9123) Conflicts: CHANGELOG-9.2.0
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Feb 21, 2023
* asf/9.2.x: Updated ChangeLog Remove out of bound SSL log (apache#9236) Fail out when intermediate certificate chain fails to load (apache#9230) Revert "9.2: Fix s3_auth_config test output check (apache#9123)" (apache#9237)
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
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.
The way ATS output is checked has changed between master and 9.2.x. This updates the 9.2.x version of the test for the different expectations. Without this patch, the s3_auth_config test fails with an exception.