From 643fc62f2386352525fd5b88ca6d5db19d8c8bc8 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Tue, 30 Jan 2018 17:43:50 -0500 Subject: [PATCH] make sure we can reindex from scratch --- .../scenarios/name_pre_regup_subdomain.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py b/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py index eaa3d86da..3e5b28343 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py @@ -129,6 +129,9 @@ def scenario( wallets, **kw ): print 'got\n{}'.format(base64.b64decode(res['zonefile'])) return False + # reindex + assert testlib.check_subdomain_db(**kw) + def check( state_engine ):