As part of the above ticket, I needed a composite key in a GSI which also did not contain a RANGE key. This caused an invalid output. This PR fixes that bug, and also adds a new flag to prevent test generation by default. Generated tests are useful for developing WAG, but are not used in other clever Repos and therefor just add bloat.
Testing
Tested against sample case in samples.
Checklist
[x] Run make build
[x] Run make generate
[x] Update the current version in the /VERSION file. First line should be JUST the version e.g. v10.13.1. Then a blank line. Then release notes.
Jira
https://clever.atlassian.net/browse/INFRANG-6383
Overview
As part of the above ticket, I needed a composite key in a GSI which also did not contain a RANGE key. This caused an invalid output. This PR fixes that bug, and also adds a new flag to prevent test generation by default. Generated tests are useful for developing WAG, but are not used in other clever Repos and therefor just add bloat.
Testing
Tested against sample case in samples.
Checklist
make build
make generate
/VERSION
file. First line should be JUST the version e.g.v10.13.1
. Then a blank line. Then release notes.