Skip to content

Conversation

@PastaPastaPasta
Copy link
Member

@PastaPastaPasta PastaPastaPasta commented Dec 28, 2018

No description provided.

@UdjinM6 UdjinM6 added this to the 14.0 milestone Dec 28, 2018
Copy link

@UdjinM6 UdjinM6 left a 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

MarcoFalke and others added 9 commits December 28, 2018 23:46
a432aa0 Remove unused module from rpc-tests (Takashi Mitsuta)
0c9b9b7 [trivial] Fix recently introduced typos in comments (practicalswift)
a6a3e58 Various review markups for rpc-tests.py improvements (John Newbery)
3de3ccd Refactor rpc-tests.py (John Newbery)
afd38e7 Improve rpc-tests.py arguments (John Newbery)
91bffff Use argparse in rpc_tests.py (John Newbery)
1581ecb Use configparser in rpc-tests.py (John Newbery)
f6d18f5 Qt/Intro: Explain a bit more what will happen first time (Luke Dashjr)
50c5657 Qt/Intro: Storage shouldn't grow significantly with pruning enabled (Luke Dashjr)
9adb694 Qt/Intro: Move sizeWarningLabel text into C++ code (Luke Dashjr)
1bfe6b4 Use package name variable inside $(package)_file_name variable (Mitchell Cash)
…outs through proxy

3ddfe29 netbase: Do not print an error on connection timeouts through proxy (Wladimir J. van der Laan)
13f6085 netbase: Make InterruptibleRecv return an error code instead of bool (Wladimir J. van der Laan)
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)
851f6a3 [qa][doc] Correct rpc test options in readme (fanquake)
41e7219 [trivial] Add tests_config.ini to .gitignore (fanquake)
Copy link

@UdjinM6 UdjinM6 left a 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.

UdjinM6 and others added 2 commits December 29, 2018 01:38
UdjinM6
UdjinM6 previously approved these changes Dec 31, 2018
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 requested a review from codablock January 1, 2019 21:10
Copy link

@codablock codablock left a 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.')

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:

- 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
UdjinM6 previously approved these changes Jan 2, 2019
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-utACK

@UdjinM6 UdjinM6 dismissed their stale review January 2, 2019 22:16

Hmm.. test are failing in some weird way

@UdjinM6
Copy link

UdjinM6 commented Jan 3, 2019

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.

Copy link

@UdjinM6 UdjinM6 left a 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

@codablock
Copy link

codablock commented Jan 3, 2019

I'd prefer to have #2603 merged first and this one rebased afterwards. Otherwise we'd merge this one without tests being run.

@UdjinM6
Copy link

UdjinM6 commented Jan 3, 2019

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).

Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 merged commit a49f412 into dashpay:develop Jan 3, 2019
@PastaPastaPasta PastaPastaPasta deleted the backports-0.15-pr1 branch January 3, 2019 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants