Skip to content

Commit 64e4fe9

Browse files
committed
chore(cardano-services): revert ab6b47b debugging changes applied to rebuild-test-db.sh script
1 parent 7ba72ed commit 64e4fe9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/cardano-services/test/jest-setup/rebuild-test-db.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ PASSWORD=$(cat $SECRETS_DIR/postgres_password)
1212

1313
export DB_SYNC_CONNECTION_STRING="postgresql://${USER}:${PASSWORD}@localhost:5435/${DB_DB_SYNC}"
1414

15-
# yarn cleanup
16-
# yarn
17-
# yarn build
18-
# yarn test:build:verify
15+
yarn cleanup
16+
yarn
17+
yarn build
18+
yarn test:build:verify
1919

20-
# yarn workspace @cardano-sdk/e2e local-network:down
21-
# yarn workspace @cardano-sdk/e2e local-network:up -d --build
20+
yarn workspace @cardano-sdk/e2e local-network:down
21+
yarn workspace @cardano-sdk/e2e local-network:up -d --build
2222

23-
# yarn workspace @cardano-sdk/e2e test:wallet
24-
# yarn workspace @cardano-sdk/e2e test:long-running simple-delegation-rewards.test.ts
25-
# yarn workspace @cardano-sdk/e2e test:local-network register-pool.test.ts
23+
yarn workspace @cardano-sdk/e2e test:wallet
24+
yarn workspace @cardano-sdk/e2e test:long-running simple-delegation-rewards.test.ts
25+
yarn workspace @cardano-sdk/e2e test:local-network register-pool.test.ts
2626

27-
# TL_LEVEL="${TL_LEVEL:=info}" node "$SCRIPT_DIR/mint-handles.js"
27+
TL_LEVEL="${TL_LEVEL:=info}" node "$SCRIPT_DIR/mint-handles.js"
2828

29-
echo 'DO NOT Stop providing data to projectors'
30-
# docker compose -p local-network-e2e stop cardano-node ogmios
29+
echo 'Stop providing data to projectors'
30+
docker compose -p local-network-e2e stop cardano-node ogmios
3131
sleep 2
3232

3333
echo 'Creating snapshots...'
@@ -39,4 +39,4 @@ for DB_FILE in $(
3939
done
4040
echo 'Snapshots created.'
4141

42-
# yarn workspace @cardano-sdk/e2e local-network:down
42+
yarn workspace @cardano-sdk/e2e local-network:down

0 commit comments

Comments
 (0)