-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Backports 0.15 pr1 #2590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backports 0.15 pr1 #2590
Conversation
UdjinM6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
UdjinM6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
codablock
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comment.
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like you'll also have to update:
Line 76 in f65e746
| - test "$DEPENDS_TIMEOUT" != "true" && $DOCKER_RUN_IN_BUILDER ./ci/test_integrationtests.sh -parallel=3 |
The -parallel flag seems to have been replaced with --jobs
UdjinM6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-utACK
|
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. |
UdjinM6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-utACK with #2603 to be merged right after this one
|
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). |
codablock
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
No description provided.