Skip to content

Commit

Permalink
Document instructions for updating Indexer E2E test input (#3704)
Browse files Browse the repository at this point in the history
## Summary

Provides a pointer to instructions added in algorand/indexer#906 for updating Indexer E2E test input.

## Test Plan

N/A - Changes docs.  Though I expect to trial the instructions as discussed in algorand/indexer#906.
  • Loading branch information
michaeldiamant authored Mar 2, 2022
1 parent 6b7dfb6 commit 45e7718
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ test/scripts/e2e.sh -i
```

Tests in the `e2e_subs/serial` directory are executed serially instead of in parallel. This should only be used when absolutely necessary.

### Updating Indexer E2E test input

Indexer `make e2e` runs tests using the output of go-algorand `e2e_subs` tests as input. The process for making new inputs available via S3 is manual.

Test modifiers _must_ make a best-effort attempt to remember to upload new artifacts to S3 when modifying tests. Here's a step-by-step process overview: [https://github.com/algorand/indexer/blob/develop/misc/README.md](https://github.com/algorand/indexer/blob/develop/misc/README.md).

0 comments on commit 45e7718

Please sign in to comment.