Skip to content

Commit 3a60c01

Browse files
committed
Add missing file
1 parent b22a9d2 commit 3a60c01

File tree

1 file changed

+12
-0
lines changed
  • ydb/tests/fq/generic/streaming/ydb

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
set -ex
4+
5+
export PROFILE=tests-ydb-client-$(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 8)
6+
7+
# Wait until server is up
8+
timeout 30s bash -c 'until /ydb --endpoint grpc://tests-fq-generic-analytics-ydb:2136 --database /local scheme ls; do sleep 3; done'
9+
10+
# Run initialization scripts
11+
/ydb config profile create ${PROFILE} --endpoint grpc://tests-fq-generic-analytics-ydb:2136 --database /local
12+
/bin/bash ./01_basic.sh

0 commit comments

Comments
 (0)