Print

Print


Hello Bill,

- To launch tests against one dataset only you can use 
qserv-benchmark.py command :
cf. https://dev.lsstcorp.org/trac/wiki/db/Qserv/SmallDatasetBenchmarks

qserv-benchmark.py --help may help.

For example, if you launch :
qserv-benchmark.py -l --case=01
this command will load data and meta for test case 01 (cf. 
QSERV_SRC_DIR/tests/testdata/case01/)
after it has runned, you can manually launch SQL queries against test 
case 01.

- to concatenate stdout qserv master log file please edit next file :
QSERV_SRC_DIR/admin/custom/etc/init.d/qserv-master
goto line 42, and replace
&> ${LOGFILE}
with
&>> ${LOGFILE}

and then run

qserv-stop
# deploy templates config files located in QSERV_SRC_DIR/admin/custom 
into qserv installdir
scons templates

This seems to work well on my machine. Could you please let me know ?

Have a nice day,

Fabrice

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1