Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If this doesn’t yield a reproduction in due time, you could try under race (add --race flag) or adjust the --stress-args (see go run ./vendor/github.com/cockroachdb/stress --help).

Other Notes:

  • To print the full logs of the failed test trial, add -v --show-logs to your test cmd

  • If you’re trying to reproduce an instance of a slow or hanging test, add a per trial timeout (i.e. fail if a test trial takes longer than 5 minutes), add --test-args='-test.timeout 5m' to your test cmd

roachprod-stress{,race}

When a gceworker won’t do, you can farm out the stressing to a number of roachprod machines. First create a cluster:

...