Commit Graph

154 Commits

Author SHA1 Message Date
Jude Nelson
ef3d6741d9 test develop 2018-02-18 00:35:40 -05:00
Jude Nelson
0ea3f6b781 propagate server state 2018-02-15 23:26:50 -05:00
Jude Nelson
8da6d786fe remove unused config options 2018-02-15 16:17:04 -05:00
Jude Nelson
ca0231b992 Merge branch 'feature/blockstackd-subdomain-indexing' into develop 2018-02-12 11:03:36 -05:00
Aaron Blankstein
2eb139571a support other docker cpusets (e.g., -ce) 2018-02-06 14:53:19 -05:00
Aaron Blankstein
df9c73ec0f patch for exception handling in client-side subdomains 2018-02-05 16:30:24 -05:00
Jude Nelson
8c02cdd25e initialize and shut down blockstackd's main loop using blockstackd's method 2018-01-29 19:11:51 -05:00
Jude Nelson
968ec0ffb3 API sync 2018-01-22 19:12:16 -05:00
Jude Nelson
6c886da740 add ability to benchmark HTTP routes on blockstack api 2018-01-19 18:45:53 -05:00
Jude Nelson
9cda1a3a81 flush cache in the test framework as well 2018-01-19 15:53:05 -05:00
Jude Nelson
424e722d0a simple benchmarking tool 2018-01-18 19:57:46 -05:00
Jude Nelson
ffe5fe0d47 Merge branch 'develop' into feature/clean-chainstate 2018-01-18 13:24:52 -05:00
Jude Nelson
32f16e5f96 remvoe dead code 2018-01-16 18:48:48 -05:00
Jude Nelson
76f8d94893 change default repo branches 2018-01-14 15:54:53 -05:00
Jude Nelson
dd21340b89 pass around virtualchain working directory, since it's not global anymore. also, contend with getting read/only versus read/write BlockstackDB database handles (i.e. do so explictily) 2018-01-12 18:37:28 -05:00
Aaron Blankstein
d45421c14f Merge branch 'develop' into feature/set-bitcoind-rpcbind 2018-01-10 16:47:42 -05:00
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
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
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
Jude Nelson
e7d9295fd5 better SSH error and timeout handling 2017-11-16 13:06:24 -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
3ca86a7873 WIP; survive SSH disconnect 2017-11-14 19:38: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
886b383ed7 rename to blockstack-testbox 2017-11-09 18:56:39 -05:00
Jude Nelson
b4a483a58a Initial stab at a test-runner swiss army knife 2017-11-08 20:02:45 -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
Jude Nelson
a4be04ffd1 Merge branch 'hotfix/nameop-library-support' into hotfix/did-support 2017-10-30 16:39:36 -04:00
Jude Nelson
930b03542c shorten timeout window to 75 minutes 2017-10-30 16:22:23 -04:00
Jude Nelson
ab8ba2afb7 push back test deadline to 89 minutes (trying to undercut the CI system) 2017-10-30 11:38:55 -04:00
Jude Nelson
bf56081cf0 add a test watchdog that will cause a test to abort after 2 hours. also, add jittery exponential back-off for influxdb connection retries 2017-10-29 22:38:25 -04:00
Jude Nelson
e2b30f724b make a DID for each name we create, and verify that we can get the current blockchain record for it using our DID resolver algorithm 2017-10-27 19:26:28 -04:00
Jude Nelson
815418ff42 Merge branch 'hotfix/daemonization-race' 2017-10-24 10:55:54 -04:00
Jack Zampolin
69b6fe3981 Fix typo 2017-10-23 14:55:11 -07:00
Jack Zampolin
0efeb2fa4f Wrap influx writes in try/except blocks to fail silently 2017-10-23 14:41:57 -07:00
Jude Nelson
a689e24efb bump version; don't run racy shutdown procedure from API daemon 2017-10-19 14:30:18 -04:00
Jude Nelson
25c512e9e1 allow POST to advance the block count 2017-10-17 14:29:39 -04:00
Jude Nelson
5dc07746af add a handy shell utility for setting up test environment variables 2017-10-11 15:30:08 -04:00
Jude Nelson
772950e073 WIP: automatically detect equivalent public keys, addresses, and block heights between 0.14 and 0.17 2017-10-05 12:16:15 -04:00