The documentation of the retest command doesn't seem correct.
Return exception cause and stack frame info for an erring test via the stacktrace middleware. The error to be retrieved is referenced by namespace, var name, and assertion index within the var.
The Cider docs say this:
Re-run test failures/errors.
The retest will re-run any tests that failed in the previous test run, right?