Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING8f667b97fc01: [CI] Run functional tests both pre and post graviton
rABC8f667b97fc01: [CI] Run functional tests both pre and post graviton
Modify the test_node.py start() method. Before the
subprocess.Popen() call, add the following line:
assert("-gravitonactivationtime=11546300800" in self.default_args)
Run ./test/functional/test_runner.py <test> on any test and check it
fails due to the newly added assertion.
Run `./test/functional/test_runner.py --extended
--with-gravitonactivation` and check there is no error.
Read the Teamcity build log and check the functional tests are run
twice.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable