add autest for post redirection#2800
Merged
bryancall merged 1 commit intoapache:masterfrom Nov 18, 2017
Merged
Conversation
Member
Author
|
This is the test for #2766 . |
scw00
commented
Nov 12, 2017
| ) | ||
|
|
||
| tr = Test.AddTestRun() | ||
| tr.Processes.Default.Command = 'touch largefile.txt && truncate largefile.txt -s 50M && curl -i http://127.0.0.1:{0}/redirect1 -F "filename=@./largefile.txt"'.format(ts.Variables.port) |
Contributor
There was a problem hiding this comment.
@scw00 If I am reading this test right this file is in the sandbox. The test system will clean up any file in the sandbox for you. So you should be good.
Contributor
There was a problem hiding this comment.
That sounds fine, although, I'd be cautious here, if it's not too cumbersome to clean out such a large file, I think you should do it. Imagine a sandbox getting left somewhere for whatever reason it might be, it could quickly fill up the disks.
b256a25 to
8de5ece
Compare
Contributor
|
[approve ci autest] |
8de5ece to
aa5ed39
Compare
Member
Author
|
It worked now ! |
bryancall
approved these changes
Nov 18, 2017
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.
No description provided.