-
-
Notifications
You must be signed in to change notification settings - Fork 653
Description
Expected behavior
(cider-test-run-project-tests)
should print out test data to cider-result
Actual behavior
``` *Warnings*
buffer output
Warning (undo): Buffer ‘cider-test-report’ undo info was 25019134 bytes long.
The undo info was discarded because it exceeded `undo-outer-limit'.
This is normal if you executed a command that made a huge change
to the buffer. In that case, to prevent similar problems in the
future, set `undo-outer-limit' to a value that is large enough to
cover the maximum size of normal changes you expect a single
command to make, but not so large that it might exceed the
maximum memory allotted to Emacs.
If you did not execute any such command, the situation is
probably due to a bug and you should report it.
You can disable the popping up of this buffer by adding the entry
(undo discard-info) to the user option warning-suppress-types', which is defined in the
warnings' library.
## Steps to reproduce the problem
have 5000+ lines of test errors/failures
## Environment & Version information
### CIDER version information
"0.19.0 (package: 20190107.1022) (Raleigh)" (sorry can't pprint with latest version of cider, so i'm on an older version)
*Include here the version string displayed when
CIDER's REPL is launched. Here's an example:*
;; Connected to nREPL server - nrepl://localhost:43253
;; CIDER 0.19.0 (package: 20190107.1022) (Raleigh), nREPL 0.5.3
;; Clojure 1.10.0, Java 1.8.0_192
### Lein/Boot version
Leiningen 2.8.3 on Java 1.8.0_192 OpenJDK 64-Bit Server VM
### Emacs version
GNU Emacs 26.1
### Operating system
Linux 4.15.18-3-MANJARO #1 SMP PREEMPT Fri Jun 8 06:18:41 UTC 2018 x86_64 GNU/Linux