Skip to content

Commit 0c6a17a

Browse files
authored
Update README.md
1 parent 0066d1f commit 0c6a17a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ This repository contains
99
* A test component which checks the Coralogix database that the log entries for the request made earlier have arrived. This can be found in `test/unit/coralogix.test.js`.
1010
* A test component which checks the S3 backend that the log entries have arrived there. This can be found in `test/unit/s3.test.js`.
1111
* A GitHub Actions workflow which runs everything. It selects either Fastly and Cloudflare backends by modifying the `/etc/hosts` file on the test environment to point to a
12-
specific worker backend. Some tests are run without modifying `/etc/hosts` to let the usual DNS randomization do its work. The workflow is split up in a component that
12+
specific worker backend. Some tests are run without modifying `/etc/hosts` to let the usual DNS randomization do its work.
13+
You can see which one is selected in the test run title, e.g. **RUM Integration End-to-End Tests Fastly** has the /etc/hosts modified to resolve to Fastly. Test runs with the
14+
title **RUM Integration End-to-End Tests DNS worker selection** do not have the /etc/hosts modified, so can be handled by either.
15+
The workflow is split up in a component that
1316
generates the data, and then multiple workflows that check the backends. Depending on the worker platform and backend used, data is forwarded to the backends only periodically
1417
so waits of up to an hour are sometimes needed before the check can be made.
1518

0 commit comments

Comments
 (0)