Neal Fachan
Neal Fachan
Today, a job can just remount a bind mount if they like. So, they could remount the read-only flag away. We can "lock" the mounts by creating a new mount...
How I reproduce: ```bash while :; do time cargo maelstrom; done ``` There is one test that takes a long time on my machine (17s). At the very end, when...
It's kind of confusing when a test fails to see: ``` maelstrom-worker dispatcher::tests::available_job_ord............................................................FAIL 0.015s maelstrom-worker dispatcher::tests::cancel_unknown.................................................................OK 0.015s running 1 test test dispatcher::tests::available_job_ord ... FAILED failures: failures: dispatcher::tests::available_job_ord test result: FAILED....
If we get this right, we could remove the `include_shared_libraries` field. We should at least support: * The ability to add shared library dependencies for the test binary. * The...
I kind of crib from the developer environment one, but it would be nice to have something specific to this use case.