Fork me on GitHub
#kaocha
<
2023-04-29
>
Rowland Watkins10:04:13

Hi folks, I’m encountering an issue when using lein-kaocha - lein exits early stating “Error encountered performing task run”, within a dockerised CI environment. lein kaocha works fine on my own machine, only fails on the CI server. Increasing memory does not help. I’m fairly confident one of my tests is causing the issue, but there’s no obvious output stating why kaocha (or lein) exited. Beyond using metadata to add one test at a time to determine which test is upsetting kaocha, does anyone know of any way to expose kaocha output that maybe being eaten? I’m using —no-capture-output` but this may only apply to individual test output. Any hints or tips would be most grateful 🙏:skin-tone-2: