comparison tests/test-chg.t @ 45188:837840018306 stable

tests: make one of 'worker process exited' line option in test-chg.t I investigated and it seems like under high load, the child process is already there and no new fork was created. Hence the process was not closed.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 22 Jul 2020 14:58:49 +0530
parents a17454a189d1
children 5eee6f4f3d0d
comparison
equal deleted inserted replaced
45187:e285655c37c5 45188:837840018306
407 407
408 check server log: 408 check server log:
409 409
410 $ cat log/server.log | filterlog 410 $ cat log/server.log | filterlog
411 YYYY/MM/DD HH:MM:SS (PID)> worker process exited (pid=...) 411 YYYY/MM/DD HH:MM:SS (PID)> worker process exited (pid=...)
412 YYYY/MM/DD HH:MM:SS (PID)> worker process exited (pid=...) 412 YYYY/MM/DD HH:MM:SS (PID)> worker process exited (pid=...) (?)
413 YYYY/MM/DD HH:MM:SS (PID)> init cached 413 YYYY/MM/DD HH:MM:SS (PID)> init cached
414 YYYY/MM/DD HH:MM:SS (PID)> id -R cached 414 YYYY/MM/DD HH:MM:SS (PID)> id -R cached
415 YYYY/MM/DD HH:MM:SS (PID)> loaded repo into cache: $TESTTMP/cached (in ...s) 415 YYYY/MM/DD HH:MM:SS (PID)> loaded repo into cache: $TESTTMP/cached (in ...s)
416 YYYY/MM/DD HH:MM:SS (PID)> repo from cache: $TESTTMP/cached 416 YYYY/MM/DD HH:MM:SS (PID)> repo from cache: $TESTTMP/cached
417 YYYY/MM/DD HH:MM:SS (PID)> ci -R cached -Am 'add a' 417 YYYY/MM/DD HH:MM:SS (PID)> ci -R cached -Am 'add a'