The regex used to find the chain name in debug.log path did not work on Windows due to the different path separator.
This uses pathlib to make sure the path used for the regex search is as_posix()
This is a backport of Core PR16973
Differential D8150
test: Fix combine_logs.py for windows PiRK on Oct 28 2020, 09:33. Authored by Tags None Subscribers None
Details
The regex used to find the chain name in debug.log path did not work on Windows due to the different path separator. This is a backport of Core PR16973 I tested that it still works on my linux machine, with the same test as D7796 Intentionaly modify a functional test to make it fail (assert False), then run: ../test/functional/feature_bip68_sequence.py --configfile=./test/config.ini ../test/functional/combine_logs.py -c
Diff Detail
Event TimelineComment Actions The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience. Comment Actions revert intentional test failure used for testing the script (should have not been part of the commit) Comment Actions The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience. Comment Actions The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience. Comment Actions The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience. Comment Actions The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience. |