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/Contributing/Testing-and-local-development.md
+2
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ Make sure it is available in your `PATH`. To execute the basic unit and integrat
78
78
REDIS_TEST=1 MYSQL_TEST=1 make test
79
79
```
80
80
81
+
The integration tests in the `server/service` package can generate a lot of logs mixed with the test results output. To make it easier to identify a failing test in this package, you can set the `FLEET_INTEGRATION_TESTS_DISABLE_LOG=1` environment variable so that logging is disabled.
82
+
81
83
Note that on a Linux system, the Redis tests will include running in cluster mode, so the docker Redis Cluster setup must be running. This implies starting the docker dependencies as follows:
0 commit comments