Skip to content

Commit

Permalink
Added ${EXTRA_SECTION} in test data-manipulation.rec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel_Shilin authored and donhardman committed Feb 27, 2024
1 parent e3f2e66 commit 50c5889
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 22 deletions.
20 changes: 0 additions & 20 deletions test/clt-tests/sharding/base/config/data-manipulation.conf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ searchd {
data_dir = /var/log/manticore-${INSTANCE}
query_log_format = sphinxql
query_log_commands = 1
buddy_path = manticore-executor /workdir/src/main.php
buddy_path = ${EXTRA_SECTION}
}
EOF
2 changes: 1 addition & 1 deletion test/clt-tests/sharding/base/flexible/start-searchd.recb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mkdir -p /var/{run,lib,log}/manticore-${INSTANCE}/{a,b,c,d,e,f,g,h,i,j}
––– output –––
––– input –––
stdbuf -oL searchd -c test/clt-tests/sharding/base/config/data-manipulation.conf | grep -v precach
stdbuf -oL searchd -c test/clt-tests/sharding/base/config/searchd-with-flexible-ports.conf | grep -v precach
––– output –––
Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})
Copyright (c) 2001-2016, Andrew Aksyonoff
Expand Down
3 changes: 3 additions & 0 deletions test/clt-tests/sharding/replication/data-manipulation.rec
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
––– block: ./init –––
––– input –––
export EXTRA_SECTION="manticore-executor /workdir/src/main.php"
––– output –––
––– input –––
export INSTANCE=1
––– output –––
––– block: ../base/flexible/start-searchd –––
Expand Down

0 comments on commit 50c5889

Please sign in to comment.