Skip to content

Commit b388a78

Browse files
Tweaks
1 parent d90e8c5 commit b388a78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/testing-scenarios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ A long (though not exhaustive) list, although not every change will merit runnin
5353

5454
Try to break ServiceControl instances by gracefully (CTRL+C) and ungracefully (kill) processes to validate if both storage and logic behavior correctly. This type of testing is very difficult to automate.
5555

56-
- [ ] Ingestion, have the smoketest tool or the load generator generator create a large number of messsages:
56+
- [ ] Ingestion, have the smoketest tool or the load generator generator create a large number of messages:
5757
- [ ] Gracefully stop (CTRL+C) processes
5858
- [ ] Ungracefully (kill) processes
59-
- [ ] Retry groups, create a large retry group and interrup these:
59+
- [ ] Retry groups, create a large retry group and interrupt these:
6060
- [ ] Gracefully stop (CTRL+C) processes
6161
- [ ] Ungracefully (kill) processes
6262

@@ -71,7 +71,7 @@ Test the new version against the previous version.
7171
- [ ] Rebooting the machine and verifying that ServiceControl instances start in a reasonable amount of time and behave correctly
7272
- [ ] Stopping ServiceControl Windows services, verifying they stop as expected, and subsequently start in a reasonable amount of time and behave correctly
7373
- [ ] Killing the hosting virtual machine from the Azure portal and verifying instances behave correctly after the reboot
74-
- [ ] Trying to upgrade instances to newer versions while ingestion runs at full speed under load, and verify the upgrade is successful
74+
- [ ] Trying to upgrade instances to newer versions while ingestion runs at full speed under load and verify the upgrade is successful
7575

7676
Review CPU/RAM utilization and disk IO.
7777

0 commit comments

Comments
 (0)