Skip the test while netstat is not supported in WSL.
Related to T400.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING98e535fc644f: Temporarly skip running rpcbind_test on WSL
rABC98e535fc644f: Temporarly skip running rpcbind_test on WSL
On WSL and native linux run:
./test/functional/test_runner.py rpcbind_test
Check that test_runner outputs the test as skipped on WSL
Check that test_runner outputs a "Passed" status for the test on native linux
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/rpcbind_test.py | ||
---|---|---|
62 ↗ | (On Diff #6451) | Please update the comment to point to https://reviews.bitcoinabc.org/T400 and note that this message can be removed once netstat support is provided by Microsoft. |
test/functional/rpcbind_test.py | ||
---|---|---|
65 ↗ | (On Diff #6468) | It's not really about removing the message, but reenabling test. |
test/functional/rpcbind_test.py | ||
---|---|---|
65 ↗ | (On Diff #6468) | ya, that's a more accurate way of phrasing it. |
test/functional/rpcbind_test.py | ||
---|---|---|
65 ↗ | (On Diff #6468) | As a nit, you can reword this message. Green-ing this diff since the rest looks good. |