-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sapphire 14 07 acu161341 testing server and client #16
Merged
ryanwilliamson
merged 39 commits into
master
from
sapphire_14_07_acu161341_testing_server_and_client
May 6, 2014
Merged
Sapphire 14 07 acu161341 testing server and client #16
ryanwilliamson
merged 39 commits into
master
from
sapphire_14_07_acu161341_testing_server_and_client
May 6, 2014
Conversation
This file contains 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
…tubbing real servers under test record/playback is currently stateless; stateful is pending
…before obfuscation
… case serialized config file via stdin instead of setting env vars to run servers playback from a tmp directory with clean state throttle playback of responses when configured to simulate server timing; default = no delay
record call_count as number of times same response is given within same epoch playback same epoch until call_count is reached only when throttle is non-zero
…ght_api instances can serve the same fixtures, etc.
…r writing custom request/response files and not knowing correct MD5 checksum renamed Servers module to Server
…at contains array of type containing a variable fix for content_encoding header saying 'gzip' even though proxied response is not gzipped
…ore attempting variable replacement to support case of embedded JSON blobs
…d as 504 changed to compute request_metadata in rest client request initializer for timeout values
…data due to variables not yet being defined because of race conditions threadful logging
allowed for wayback playback to solve race when epoch advances but multiple threads have past epoch requests still to make better logging info vs. error, etc. base server app needs to be stateless (no member vars) except for static configuraiton to prevent race conditions
fix for content-length by bytesize not string length
… just current route, have been made
ryanwilliamson
added a commit
that referenced
this pull request
May 6, 2014
…ng_server_and_client Sapphire 14 07 acu161341 testing server and client
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.
@ryanwilliamson hey, it only took 39 commits 😏