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
PMM-12989 Reduce error logs from diagnostic data on arbiter nodes (#820)
* PMM-12989 return early when checking diagnostic data for arbiter nodes
* fix lint
* bump test timeout
* skip diagnostic data if we can't run command
* remove unneeded test
* refactor tests
* drop timeout
* revert timeout'
* changeset for tests
* change keyfile permission
Also, update actions workflow to output docker logs on failure
* change file permission before running
* bump permissions
* add entrypoint for keyfile
* use custom dockerfile for authenticated instances
* use only default cluster as shard server
* drop logs
* fix linter errors
* split metrics collection
* show warning earlier when running on arbiter
* show warning earlier when running on arbiter
* Update diagnostic_data_collector.go
* Update v1_compatibility.go
---------
Co-authored-by: Nurlan Moldomurov <[email protected]>
Copy file name to clipboardExpand all lines: Makefile
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ test-race: env ## Run all tests with race flag.
104
104
go test -race -v -timeout 30s ./...
105
105
106
106
test-cluster: env ## Starts MongoDB test cluster. Use env var TEST_MONGODB_IMAGE to set flavor and version. Example: TEST_MONGODB_IMAGE=mongo:3.6 make test-cluster
107
-
docker compose up -d
107
+
docker compose up --build -d
108
108
109
109
test-cluster-clean: env ## Stops MongoDB test cluster.
0 commit comments