Sandeep Shantharam
Sandeep Shantharam
- [x] Pelican [Pelican](https://blog.getpelican.com/) Pelican has a plugin called Tipue Search (https://github.com/getpelican/pelican-plugins/tree/master/tipue_search) which uses a javascript variable json similar to the tinysearch - it would be interesting to see if...
@erikengervall dont you think there should be an option for re-runing the tests after failed jest error without having to manually stop and remove docker containers ` "dockest": "^2.0.2",` Docker-compose...
``` const { Dockest, logLevel } = require('dockest') const dockest = new Dockest({ composeFile: ['docker-compose-postgres.yml'], dumpErrors: true, debug: false, jestLib: require('jest'), jestOpts: { bail: true, ci: true, forceExit: true, verbose:...
@n1ru4l docker-compose containers are not stopped and removed after test cases in jest fails. I have also tried changing around jestOpts - all combinations of true and false for the...
even with an exitHandler with process.exit(0) - the docker containers persist on failed jest runs ``` exitHandler: function () { process.exit(0) } ```
@n1ru4l Is there anything I could do to help you identify the issue ?
Ok, let me know if the following analysis makes any sense - Trying to understand Teardown logic, dockest run - https://github.com/erikengervall/dockest/blob/86aaca845f81f0a889afa5338b8f1c170be41e8e/packages/dockest/src/index.ts#L65-L66 Jest success is recorded here - https://github.com/erikengervall/dockest/blob/86aaca845f81f0a889afa5338b8f1c170be41e8e/packages/dockest/src/run/runJest.ts#L21-L23 Teardown Single...
@carlrygart you are right - removing bail worked (`bail: false`) - thank you
@yarax - any pointers to start this enhancement ?
@jcphill - you could probably build your own - http://star.mit.edu/cluster/docs/latest/manual/create_new_ami.html#launching-and-customizing-an-image-host