Popov Vitalii

Results 3 comments of Popov Vitalii

> @gwbres I finally figured out why the two tests are failing. They require root access. Is there some way to bypass that? I found solution. There was some issues...

Another WA is to make cleanup synchronous without manual calls to docker. - Add sync feature to tokio: ```toml tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "sync"]...

It's same as - MONGODB_IN - RUN_FINISHED In my case RUN_FINISHED uses same channel type, i didn't check on possibility of using blocking for tokio::sync::Notify