Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
WIP: adding more context to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Nov 22, 2024
1 parent a289884 commit 3d18cf2
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions rs-e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ Information on how to set up the sample files evaluated by the tests can be foun

## Running the tests

- Automatically - these are scheduled to run every weekday
- Manually via Github
- Run the [automated-staging-test-submit](/.github/workflows/automated-staging-test-submit.yml) action
- Wait for RS and TI to finish processing files
- Run the [automated-staging-test-run](/.github/workflows/automated-staging-test-run.yml) action
- Locally
- Set the `AZURE_STORAGE_CONNECTION_STRING` environment variable to the [value in Keybase](keybase://team/cdc_ti/service_keys/TI/staging/azure-storage-connection-string-for-automated-rs-e2e-tests.txt)
- Run the tests with `./gradlew rs-e2e:clean rs-e2e:automatedTest`
### Automatically

There are two scheduled tasks that run every weekday around midnight EST:
- [automated-staging-test-submit](/.github/workflows/automated-staging-test-submit.yml) submits the messages in `/examples/Test/Automated`
- [automated-staging-test-run](/.github/workflows/automated-staging-test-run.yml) triggers a couple of hours later and runs the Automated Tests on the input files in `/examples/Test/Automated` and the output files in the Azure storage container.

### Locally

- Set the `AZURE_STORAGE_CONNECTION_STRING` environment variable to the [value in Keybase](keybase://team/cdc_ti/service_keys/TI/staging/azure-storage-connection-string-for-automated-rs-e2e-tests.txt)
- Run the tests:
- `./gradlew rs-e2e:clean rs-e2e:automatedTest`
- From IntelliJ:

### Manually via Github
- Run the [automated-staging-test-submit](/.github/workflows/automated-staging-test-submit.yml) action
- Wait for RS and TI to finish processing files
- Run the [automated-staging-test-run](/.github/workflows/automated-staging-test-run.yml) action

## Assertions Definition

Expand Down

0 comments on commit 3d18cf2

Please sign in to comment.