Conversation
UdjinM6
left a comment
There was a problem hiding this comment.
095cb16 - missing changes in qa/rpc-tests/p2p-compactblocks.py
240a3a6 - missing a lot of changes
1821244 - missing changes in src/qt/forms/intro.ui
748fcc1 to
8a71042
Compare
a432aa0 Remove unused module from rpc-tests (Takashi Mitsuta)
0c9b9b7 [trivial] Fix recently introduced typos in comments (practicalswift)
1bfe6b4 Use package name variable inside $(package)_file_name variable (Mitchell Cash)
056aba2 Remove fallbacks for boost_filesystem < v3 (Wladimir J. van der Laan)
b471daf Adddress nits, use asyncio signal handling, create_task (Bob McElrath) 4bb7d1b Add python version checks and 3.4 example (Bob McElrath) 5406d51 Rewrite to not use Polling wrapper for asyncio, link to python2.7 example (Bob McElrath) 5ea5368 ZMQ example using python3 and asyncio (Bob McElrath)
8a71042 to
b32d26e
Compare
UdjinM6
left a comment
There was a problem hiding this comment.
Looks good in general but still have to rollback permissions changes in
contrib/zmq/zmq_sub.py 100755 → 100644
qa/pull-tester/rpc-tests.py 100755 → 100644
qa/rpc-tests/p2p-compactblocks.py 100755 → 100644
Plus see few suggestions for some dashification.
Co-Authored-By: PastaPastaPasta <[email protected]>
fe5ae54 to
4529ea5
Compare
| parser.add_argument('--extended', action='store_true', help='run the extended test suite in addition to the basic tests') | ||
| parser.add_argument('--force', '-f', action='store_true', help='run tests even on platforms where they are disabled by default (e.g. windows).') | ||
| parser.add_argument('--help', '-h', '-?', action='store_true', help='print help text and exit') | ||
| parser.add_argument('--jobs', '-j', type=int, default=4, help='how many test scripts to run in parallel. Default=4.') |
There was a problem hiding this comment.
This looks like you'll also have to update:
Line 76 in f65e746
The -parallel flag seems to have been replaced with --jobs
|
Looks like test failures are semi-related and should be fixed by #2603. Well, at least tests fail in their usual manner https://travis-ci.org/UdjinM6/dash/builds/474659810 after applying the patch. |
|
I'd prefer to have #2603 merged first and this one rebased afterwards. Otherwise we'd merge this one without tests being run. |
You can see test results for this branch with the patch from #2603 applied on top in the link I provided above (https://travis-ci.org/UdjinM6/dash/builds/474659810). |
No description provided.