Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always require native libraries for running tests (#2990)
Motivation: In rare occasions tests may fail with ambiguous errors. After hours of debugging, the root cause may end up an inability to load native libraries. Modifications: - Enforce `io.servicetalk.transport.netty.requireNativeLibs=true` for running tests. Result: Significantly simplifies finding the root cause for hanging tests.
- Loading branch information