Skip to content

Commit 5d10836

Browse files
committed
CI: Win64, split functional tests
1 parent 2b7215a commit 5d10836

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.cirrus.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,22 @@ task:
168168
- src\bench_elements.exe > NUL
169169
- python test\util\test_runner.py
170170
- python test\util\rpcauth-test.py
171+
172+
task:
173+
name: "Win64 native [msvc] (functional tests 1)"
174+
<<: *win64_native_common
175+
functional_tests_script:
176+
# Increase the dynamic port range to the maximum allowed value to mitigate "OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted".
177+
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
178+
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
179+
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
180+
# Exclude feature_dbcrash for now due to timeout
181+
# Exclude also wallet_avoidreuse due to timeout
182+
# Ignore failures for now, need to investigate but we really don't use native win64 builds
183+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse,feature_trim_headers
184+
171185
task:
172-
name: "Win64 native [msvc] (functional tests)"
186+
name: "Win64 native [msvc] (functional tests 2)"
173187
<<: *win64_native_common
174188
functional_tests_script:
175189
# Increase the dynamic port range to the maximum allowed value to mitigate "OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted".
@@ -179,7 +193,7 @@ task:
179193
# Exclude feature_dbcrash for now due to timeout
180194
# Exclude also wallet_avoidreuse due to timeout
181195
# Ignore failures for now, need to investigate but we really don't use native win64 builds
182-
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse || true
196+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 feature_dbcrash,wallet_avoidreuse,feature_trim_headers
183197

184198
task:
185199
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)