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: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ This repository contains
9
9
* 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`.
10
10
* 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`.
11
11
* 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
13
16
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
14
17
so waits of up to an hour are sometimes needed before the check can be made.
0 commit comments