File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -225,3 +225,19 @@ laptop online. The CI job is run as follows:
225225 * Changes → Build branch: ` <branch> `
226226 * Parameters → ` env.TESTS ` : ` ^<test>$ `
227227 * Parameters → ` env.COUNT ` : ` <runs> `
228+
229+ ### Cockroach node logs and artifacts for roachtests running locally
230+
231+ When running tests locally, you may want to inspect cockroach node logs
232+ ` logs/<n>.cockroach.log ` or specific channel / stderr logs that are in ` <n>.unredacted/ `
233+ e.g.
234+ * ` logs/1.cockroach.log `
235+ * ` logs/1.unredacted/cockroach-kv-distribution.log `
236+
237+ When using roachtest locally, these logs are placed in your home directory in
238+ ` ~/local/<n>/ ` e.g. ` ~/local/1/ ` .
239+
240+ Note: These directories will be cleared when your deployment is being deleted,
241+ i.e. after your test run. To keep these logs & artifacts use ` roachtest run `
242+ flags ` --debug ` or ` --debug-always ` to keep your deployment. See ` roachtest run -h `
243+ for more information.
You can’t perform that action at this time.
0 commit comments