Skip to content

Commit

Permalink
Update test-extra.rec
Browse files Browse the repository at this point in the history
Update test-extra.rec
  • Loading branch information
Pavel_Shilin committed Nov 27, 2023
1 parent 5584e6c commit 2b554b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clt_tests/tests/test-extra.rec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sleep 1;docker run --rm -e EXTRA=1 --name manticore -v /tmp/idx:/var/lib/mantico
––– output –––
#!/[0-9a-z]{40}$/!#
––– input –––
timeout 60 docker logs -f manticore 2>1 | grep -qm1 "secondary\|columnar" && echo 'Done' || echo 'Timeout failed'
timeout 60 docker logs -f manticore 2>&1 | grep -qEm1 "columnar.*?secondary.*?knn" && echo 'Done' || echo 'Not found'
––– output –––
Done
––– input –––
Expand Down

0 comments on commit 2b554b7

Please sign in to comment.