Commit Graph

978 Commits

Author SHA1 Message Date
Aaron Blankstein
fc1ce36ba4 Revert "Undo merge develop"
This reverts commit 5214628583.
2018-01-10 16:47:15 -05:00
Aaron Blankstein
f901aa8c8f dont reap children if in docker container 2018-01-10 16:45:54 -05:00
Aaron Blankstein
5214628583 Undo merge develop
Revert "Merge branch 'develop' into feature/set-bitcoind-rpcbind"

This reverts commit 1996cfbb94, reversing
changes made to 6588c54759.
2018-01-09 15:45:26 -05:00
Aaron Blankstein
1996cfbb94 Merge branch 'develop' into feature/set-bitcoind-rpcbind 2018-01-09 14:41:31 -05:00
Jude Nelson
ad3e743285 ls-tests tool 2018-01-03 12:53:26 -05:00
Jude Nelson
0e16d827a3 don't copy blockstack package 2018-01-03 12:52:46 -05:00
Jude Nelson
417bab4501 don't link 2018-01-03 12:52:30 -05:00
Jude Nelson
7cf58582d0 start rpc 2018-01-03 12:52:23 -05:00
Aaron Blankstein
29da3723d7 turns out, you want to change the allowip setting, NOT the bind setting 2017-12-21 18:03:44 -05:00
Aaron Blankstein
7641d6f088 newlines 2017-12-21 17:43:15 -05:00
Aaron Blankstein
4f948dc284 attempt to set the bitcoind rpcbind parameter based on environment variable. this will support exposing the bitcoind rpc port to enable connections over containers 2017-12-21 17:24:22 -05:00
Jude Nelson
0ed55f419e Merge branch 'master' into hotfix/ipfs-support 2017-11-20 23:08:37 -05:00
Jude Nelson
7ea4da5400 don't rely on the shell for npm commands 2017-11-20 23:08:05 -05:00
Jude Nelson
b86a62f448 behave correctly if we're PID 1; rework launch script so we become PID 1 in the PID namespace (not /bin/sh) 2017-11-20 23:07:29 -05:00
Jude Nelson
135f0eed8a don't spin forever 2017-11-20 23:07:07 -05:00
Jude Nelson
75960f089d if we're PID 1, then reap children 2017-11-20 21:55:04 -05:00
Aaron Blankstein
7a92f69036 fixes buggy behavior when communicating with older nodes, and protocol weirdness when fetching zonefiles 2017-11-20 10:10:04 -05:00
Jude Nelson
e7d9295fd5 better SSH error and timeout handling 2017-11-16 13:06:24 -05:00
Jude Nelson
c233450b4c more lenient node.js setup 2017-11-16 13:06:08 -05:00
Jude Nelson
653073b08e use the right API call in virtualchain 2017-11-15 16:50:48 -05:00
Jude Nelson
0388fe8a34 appropriate SNV failure test 2017-11-15 16:50:39 -05:00
Jude Nelson
f31db43807 poll a long-running test for completion if the SSH connection breaks 2017-11-15 16:05:28 -05:00
Jude Nelson
94abeb32c5 better DID-check error handling 2017-11-15 16:05:14 -05:00
Jude Nelson
3ca86a7873 WIP; survive SSH disconnect 2017-11-14 19:38:52 -05:00
Jude Nelson
86ec80692d use the right address 2017-11-14 19:38:42 -05:00
Jude Nelson
0863eaa6fb renewal after 10 blocks 2017-11-14 19:38:31 -05:00
Jude Nelson
9371797f48 fix snv failure 2017-11-14 19:38:22 -05:00
Jude Nelson
478846a8e0 do not require a known owner address if safety_checks is False 2017-11-14 17:36:52 -05:00
Jude Nelson
b8c125e0fa Merge branch 'hotfix/did-support' 2017-11-11 16:38:18 -05:00
Jude Nelson
65bd1cb91e don't launch a subprocess for bootstrapping and running tests; validate test output by looking at the remote host's execution trace instead of test-runner output 2017-11-10 23:19:28 -05:00
Jude Nelson
476005b278 wait only 10 blocks between operations; make sure we use the right address 2017-11-10 18:40:45 -05:00
Jude Nelson
1d3224fb91 use the right block counts 2017-11-10 18:40:29 -05:00
Jude Nelson
56d36738dd add appropriate fail points 2017-11-10 18:40:17 -05:00
Jude Nelson
7d048460e6 add fail point 2017-11-10 18:40:05 -05:00
Jude Nelson
ce91659c4c add appropriate fail points 2017-11-10 18:39:53 -05:00
Jude Nelson
c3b53bf083 use only 10 confirmations; don't race the API daemon 2017-11-10 13:33:51 -05:00
Jude Nelson
e4a4694a04 speed up start/stop for daemon stress test 2017-11-10 13:33:37 -05:00
Jude Nelson
15b4b3c153 move now-deprecated tests to the attic 2017-11-10 13:15:13 -05:00
Jude Nelson
768df656df fix up migrate and get_name_zonefile 2017-11-10 13:14:30 -05:00
Jude Nelson
f2301e2861 wait 10 confs, not 12 2017-11-10 13:14:21 -05:00
Jude Nelson
c38420f879 wait 10 confs, not 12 2017-11-10 13:14:10 -05:00
Jude Nelson
472d3379ff account for new lookup() behavior 2017-11-10 13:13:59 -05:00
Jude Nelson
886b383ed7 rename to blockstack-testbox 2017-11-09 18:56:39 -05:00
Jude Nelson
4831a7d33a name_rec may not exist 2017-11-09 18:56:28 -05:00
Jude Nelson
b4a483a58a Initial stab at a test-runner swiss army knife 2017-11-08 20:02:45 -05:00
Jude Nelson
8402c22714 add test for getting the unexpired versus cumulative number of names 2017-11-08 11:42:53 -05:00
Jude Nelson
0b33c7fd04 take '--output' as a CLI arg that will merge stdout and stderr while preserving their relative orders (i.e. with the same line-bufferring discipline) 2017-11-06 19:17:41 -05:00
Victor Grau Serrat
cb7df13a24 BUG: missing **kw to function call 2017-11-05 02:45:56 -07:00
Victor Grau Serrat
c7130e3e10 ENH: added fqu param to initialize driver 2017-11-04 21:11:14 -06:00
Jude Nelson
9edbbbf351 add subdomain entry config 2017-11-01 14:58:53 -04:00