You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NRL-1884 Fix tests to use default location for input files rather than relying on prepare step to copy around. Include table name in info file rather than input file name
Copy file name to clipboardExpand all lines: tests/performance/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Currently, this requires tearing down the existing environment and restoring fro
36
36
2. once backed up, delete your table. In the AWS console: dynamodb > tables > your perftest table > actions > delete table
37
37
3. Rerun the Deploy Account-wide infrastructure action.
38
38
4. Terraform will create an empty table with the correct name & (most importantly!) read/write IAM policies.
39
-
5. Delete the empty table created by terraform and restore from the backup, specifying the same table name you've defined in code.
39
+
5. Delete the empty table created by terraform and restore from the backup, specifying the same table name you've defined in code & selecting the matching customer managed encryption key.
40
40
6. Run the [Persistent Environment Deploy](https://github.com/NHSDigital/NRLF/actions/workflows/persistent-environment.yml) workflow against your branch & `perftest` to restore the environment with lambdas pointed at your chosen table.
41
41
7. You can check this has been successful by checking the table name in the lambdas.
42
42
- In the AWS console: Lambda > functions > pick any perftest-1 lambda > Configuration > Environment variables > `TABLE_NAME` should be your desired pointer table e.g. `nhsd-nrlf--perftest-baseline-pointers-table`
0 commit comments