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
This commit adds support for a new environment variable,
COCKROACH_ALWAYS_KEEP_TEST_LOGS, which ensures that crdb and test logs are kept
even when tests fail. Example usage:
```
./dev test .... -- --test_env=COCKROACH_ALWAYS_KEEP_TEST_LOGS=true
```
Epic: none
Release note: none
0 commit comments