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
Copy file name to clipboardExpand all lines: docs/testing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Testing
2
2
3
-
ServiceControl tests are designed to test difference components and behaviors. This document outlines the tests in the respository and what they are meant to test.
3
+
ServiceControl tests are designed to test different components and behaviors. This document outlines the tests in the repository and what they are meant to test.
4
4
5
5
## Unit tests
6
6
7
-
ServiceControl compoonents have specific unit tests projects verifying their behaviors and API.
7
+
ServiceControl components have specific unit test projects verifying their behaviors and API.
8
8
9
9
## Packaging tests
10
10
@@ -22,7 +22,7 @@ Installation engine tests run partial installations and checks:
22
22
23
23
## Persistence tests
24
24
25
-
Persistence tests check assumption at the persistence seam level by exercising each persister.
25
+
Persistence tests check assumptions at the persistence seam level by exercising each persister.
26
26
27
27
## Transport tests
28
28
@@ -38,15 +38,15 @@ Multi-instance tests validate the interaction between different ServiceControl i
38
38
39
39
## Container tests
40
40
41
-
Containers images generated for all builds are pushed to the [GitHub container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry). Once pushed all images are tested by [spinning them all up for each supported transport](/src/container-integration-test/).
41
+
Container images generated for all builds are pushed to the [GitHub container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry). Once pushed, all images are tested by [spinning them all up for each supported transport](/src/container-integration-test/).
42
42
43
43
Containers built by a PR and stored on GitHub Container Registry can be tested locally:
44
44
45
45
1.[Authenticate to the GitHub Container Registry using a personal access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic).
46
-
2. In the terminal, navigate to []`/docs/test-ghcr-tag`](/docs/test/ghcr-tag).
46
+
2. In the terminal, navigate to `[/docs/test-ghcr-tag`](/docs/test/ghcr-tag).
47
47
3. Edit the [`.env` file](/docs/test-ghcr-tag/.env) to specify the PR-based tag (in the form `pr-####`) to test.
48
48
4. Run `docker compose up -d`.
49
-
5. Services will be avialable at the following URLs:
49
+
5. Services will be available at the following URLs:
0 commit comments