-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added unit test that tests pewpewtest for 30 second and mocks aws * Added integration tests for agent that runs a subset of createtest * Moved build test to integration * Cleaned up unit test for pewpewtest * Added initial PR code to get changed files * Added some clean-up code - Chaned PPaasS3Message to use the built-in function to generate the message - Added additional logging - Removed a race condition where endtime might not match start time - Added an exported const for tests to use for checking endtime on bypass parser * Updated mock file with changes - Added keymatch to GetObjectError - Added once option to ListObject to only return once then returne not found * Converted createtest to mock aws - The agent npm run createtest now uses mocks for AWS letting it be run in Github actions, only integration requires AWS - Added code to the PR script that if agent/package.json, agent/src/pewpewtest.ts, or agent/createtest/ change we run the create test as part of the PR. * Added try catch to the reset mock code * Updated lock file to latest * Added missing environment variable needed for unit tests * Attempt to fix createtest pr check * Attempt to fix createtest pr check * For the agent also check package-lock --------- Co-authored-by: Trevor McMaster <[email protected]>
- Loading branch information
1 parent
30b0bc1
commit f84e98a
Showing
15 changed files
with
2,029 additions
and
1,010 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.