Yoni Couriel

Results 5 issues of Yoni Couriel

When running `make -C llvm_mode`, it generates some deprecation warnings and fails the test: ``` $ clang --version Debian clang version 13.0.1-3 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin $...

Following the discussion with @ffilz, there are a few tests that are being run manually by the maintainers before merging a branch (e.g. pynfs). It would be nice to have...

When terminating a connection (e.g. `SVC_DESTROY`), there are some potential issues that can happen in rare cases. This branch fixes issues that were found in testing. In addition to the...

The NETCONFIG location can be overidden by setting the "NETCONFIG_OVERRIDE" environment variable. This can facilitate unit testing.

The problem is that the backchannel might still have a reference to the XPRT, and it can still be used, for example in bind_conn_to_session_backchannel. We should reset the xp_fd value...