Files
windmill/backend
Jakub Kołodziejczak 89e6b1a63a chore(backend): allow disabling nsjail for unit tests (#742)
UC: as a developer I want to be able to test code w/o nsjail

bug: flaky test `test_go_job`
```
running 1 test
test worker::tests::test_go_job ... FAILED

failures:

---- worker::tests::test_go_job stdout ----
received killpill for worker 0
thread 'worker::tests::test_go_job' panicked at 'assertion failed: `(left == right)`
  left: `Object {"error": String("Error during execution of the script:\n\ngo: error obtaining buildID for go tool compile: pipe2: too many open files\ngo: error obtaining buildID for go tool compile: pipe2: too many open files\ngo: error obtaining buildID for go tool compile: pipe2: too many open files")}`,
 right: `String("hello world")`', src/worker.rs:2434:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

workaround: disable nsjail
2022-10-15 16:08:05 +02:00
..
2022-08-09 22:34:54 +02:00
2022-07-06 00:22:37 +02:00
2022-10-15 11:35:49 +02:00
2022-10-15 11:35:49 +02:00
2022-05-05 10:22:33 +02:00
2022-08-12 01:53:32 +02:00
2022-08-16 23:45:58 +02:00
2022-07-25 16:02:32 +02:00
2022-07-29 21:35:50 +02:00
2022-07-06 00:22:37 +02:00