Fix the schedule AuTest for 9.1.x: use PrepareTestPlugin#7539
Merged
zwoop merged 1 commit intoapache:9.1.xfrom Feb 19, 2021
Merged
Fix the schedule AuTest for 9.1.x: use PrepareTestPlugin#7539zwoop merged 1 commit intoapache:9.1.xfrom
zwoop merged 1 commit intoapache:9.1.xfrom
Conversation
zwoop
approved these changes
Feb 19, 2021
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Aug 2, 2021
* asf/9.1.x: Updated ChangeLog Add zlib1g-dev to Debian dependencies in README (apache#7495) slice/handleFirstServerHeader: return sooner on requested range errors (apache#7486) Select lua context per thread (apache#7465) Updating to use Proxy Verifier 2.1.0 (apache#7534) Fix the schedule AuTest for 9.1.x: use PrepareTestPlugin (apache#7539) Fixes trailing whitespaces in PR subject lines Updated ChangeLog Move has_request_body to ProxyTransaction (apache#7499) Make the H3 build script work properly on Debian platforms (apache#7522) Updates the Dockerfile for debian (apache#7518)
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.
By reverting cefe482 from master (see
0bc58d2) we also reverted some test
updates in addition to removing the incompatible API change. This
addresses that by fixing the schedule.test.py to use the new
PrepareTestPlugin API that master uses.
Fixes #7538. This is a 9.1.x only change.