tests: use pattern matching to mask `ECONNREFUSED` messages
The second and third one of these in `test-http-proxy.t` was failing on Windows. The others were found by grep and by failed tests when output was matched and an attempt was made to emit the mask pattern. The first clonebundles failure on Windows emitted: error fetching bundle: [WinError 10061] $ECONNREFUSED$ We should probably stringify that better to get rid of the "[WinError 10061]" part.
parent
e58f02e2f6a9
No related branches found
No related tags found
Showing
- tests/common-pattern.py 6 additions, 0 deletionstests/common-pattern.py
- tests/test-clone.t 2 additions, 7 deletionstests/test-clone.t
- tests/test-clonebundles.t 1 addition, 1 deletiontests/test-clonebundles.t
- tests/test-http-proxy.t 3 additions, 3 deletionstests/test-http-proxy.t
- tests/test-https.t 1 addition, 1 deletiontests/test-https.t
- tests/test-lfs-serve-access.t 1 addition, 1 deletiontests/test-lfs-serve-access.t
Loading
Please register or sign in to comment