|
Hi All, I am running into something odd: a combinations.pl run takes 6-7 as long as it should: Relevant switches to combinations.pl: ============ --run-all-combinations-once --parallel=15 --force ============ Relevant settings in the .cc file: ============ [' --mysqld=--log-output=none --mysqld=--sql_mode=ONLY_FULL_GROUP_BY --mysqld=--default-time-zone=UTC --duration=600 --queries=100000000 --querytimeout=5 --reporters=Shutdown,Backtrace,QueryTimeout,ErrorLog,ErrorLogAlarm,ValgrindErrors --short_column_names --strict_fields --threads=1 --valgrind --validators=MarkErrorLog --seed=132 --mysqld=--binlog-format=MIXED --mysqld=--log-bin=binlog --mysqld=--log-bin-index=binlog.index ' ],[ '','','','','','','','','','','','','','','' ] ============ Result: ============ bash-4.1$ ./108.run # 2011-12-26T03:56:30 /randgen Revno: 912 [...] # 2011-12-26T03:56:30 Started thread [1] pid=25834 # 2011-12-26T03:56:30 [1] Running combination 1/15 # 2011-12-26T03:56:30 Started thread [2] pid=25835 # 2011-12-26T03:56:30 [2] Running combination 2/15 [... 15 threads, all at once in parallel, as expected ...] # 2011-12-26T05:03:12 [15] runall.pl exited with exit status STATUS_OK(0), see /.../trial15.log [...] # 2011-12-26T05:05:14 [8] runall.pl exited with exit status STATUS_VALGRIND_FAILURE(108), see /.../trial8.log [...] # 2011-12-26T05:05:45 [14] runall.pl exited with exit status STATUS_OK(0), see /.../trial14.log [...] # 2011-12-26T05:05:45 ./combinations.pl will exit with exit status STATUS_VALGRIND_FAILURE(108) ============ It took more than one hour while --duration was set to 600! I think this happens more. Some ideas: - Is there some function which "delays" terminating RQG if not enough "real" time has been processed or something? - Could it be related to Valgrind runs? - A 1 hour offset somewhere which causes ++1 hour runs? Any input/ideas? |
_______________________________________________ Mailing list: https://launchpad.net/~randgen Post to : [email protected] Unsubscribe : https://launchpad.net/~randgen More help : https://help.launchpad.net/ListHelp

