-
Notifications
You must be signed in to change notification settings - Fork 15
Fix go tests to maintain order of the log output #38
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
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e3c641c
fix go tests
jcstorms1 61efbe6
add no ddlambda log test
jcstorms1 204a15a
testing snapshot mismatches
jcstorms1 357af5a
testing discrepancies
jcstorms1 2d35632
increase log wait time
jcstorms1 b855206
fix scrubbing of integers
jcstorms1 305bfd7
fix timeout tests
jcstorms1 06ca815
improve error test
jcstorms1 b24dcfe
update snapshots
jcstorms1 c1c0eec
continue testing
jcstorms1 3b26397
scrub hex characters
jcstorms1 fce0551
pls work
jcstorms1 6e3ad73
fix run script
jcstorms1 0a0dace
add some time expectations to tests
jcstorms1 568c027
doh!
jcstorms1 8778f0f
build extension
jcstorms1 d0c0f1c
fix datadog layer tag
jcstorms1 c64140c
version issue
jcstorms1 99f5156
trying again
jcstorms1 9c9638a
strip trailing whitespace
jcstorms1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| #!/bin/sh | ||
| cd $LAMBDA_TASK_ROOT | ||
| ./${_HANDLER} |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This message is a nice touch, I think it improves the user experience of running the tests.