-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Integration test #130
Integration test #130
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
Can you add a short Integration Tests section to the testing/readme that describes the whole sequence in english? And a part that points to where we should start if we want to add new integration tests? |
I've added some readmes but I'm in the process of figuring out a way of easily extending what's already there... any ideas? |
Fix to bucket accessible by the project running the integration test
Also ignore duplicate rows when retrieving actual test data result from warehouse so jobs can run multiple times on the same cluster and thes test still succeed
…f dependency location To make build faster
To make it more descriptive
To customize the machine type for the node pools
More or less done, making the PR first. Added integration test that runs the following steps on argo:
a. registers necessary specs
b. runs job
c. checks the output against expected values
currently the repository is pointing to my fork, will change over to the main repository when the changes are complete