kaocha

plexus 2022-12-19T12:59:58.290379Z

@mike1452 that's a bug, You should never see that exception, that's an internal thing. Or maybe there's something funny with your setup, in which case I'd still like to know what it is, so please file a ticket on GitHub. include your tests.edn, and how you are invoking kaocha.

mike_ananev 2022-12-22T07:34:31.187719Z

@plexus done. https://github.com/lambdaisland/kaocha/issues/374

mike_ananev 2022-12-19T16:30:58.930069Z

This is my repo https://github.com/redstarssystems/swim Reproduce steps: 1. Clone repo 2. Open swim_test.clj 3. Make change in any test with ^:logic metadata to fail the test, e.g. line 1993 indirect-ack-event-test, change :cmd-type 3 to 4 4. run bb test from project root to run tests

mike_ananev 2022-12-19T16:44:00.699859Z

@plexus ☝️

plexus 2022-12-19T19:57:33.502199Z

Please file a ticket. It'll get fixed but only if we can track it. Thank you 🙏

mike_ananev 2022-12-19T20:34:03.498499Z

I’ll make it.

plexus 2022-12-23T09:29:57.719849Z

Thank you!

mike_ananev 2022-12-19T06:58:53.240959Z

Hello, all! Does anyone know how to hide kaocha’s throw+ long report if test fails? I have annoying long listing every time my test fails.