Commit c307891 1 parent c4badd3 commit c307891 Copy full SHA for c307891
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,17 @@ echo "host all all ::1/128 trust" >>
17
17
18
18
POSTGRES_HOST_AUTH_METHOD=trust /usr/lib/postgresql/$PG_VERSION /bin/postgres 1> /tmp/pg-out.log 2> /tmp/pg-error.log &
19
19
wait_for_pg
20
+
21
+ # wait for external indexing server
22
+ while ! nc -z localhost 8998; do
23
+ sleep 0.1
24
+ done
25
+
20
26
cd $WORKDIR /lantern_hnsw/build
21
27
22
28
export DATABASE_URL=postgresql://localhost:5432/postgres
23
29
export LANTERN_DATABASE_URL=postgresql://localhost:5432/postgres
24
- git clone https://github.com/lanterndata/benchmark -b varik/fix-external-indexing
30
+ git clone https://github.com/lanterndata/benchmark
25
31
cd benchmark
26
32
pip install -r core/requirements.txt
27
33
pip install -r external/requirements.txt
You can’t perform that action at this time.
0 commit comments