mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
SERVER-45621 store logs in microbenmark
This commit is contained in:
parent
da89263ab5
commit
94abc587f9
@ -18,7 +18,7 @@ post:
|
|||||||
params:
|
params:
|
||||||
aws_key: ${aws_key}
|
aws_key: ${aws_key}
|
||||||
aws_secret: ${aws_secret}
|
aws_secret: ${aws_secret}
|
||||||
local_file: src/mongod.log
|
local_file: mongod.log
|
||||||
remote_file: ${project}/${build_variant}/${revision}/${task_id}/${version_id}/logs/mongod-${build_id}.log
|
remote_file: ${project}/${build_variant}/${revision}/${task_id}/${version_id}/logs/mongod-${build_id}.log
|
||||||
bucket: mciuploads
|
bucket: mciuploads
|
||||||
permissions: public-read
|
permissions: public-read
|
||||||
@ -103,7 +103,7 @@ functions:
|
|||||||
set -e
|
set -e
|
||||||
set -o verbose
|
set -o verbose
|
||||||
mkdir -p ./dbdata
|
mkdir -p ./dbdata
|
||||||
${mongod_exec_wrapper} ./mongod --dbpath ./dbdata ${mongod_flags}
|
${mongod_exec_wrapper} ./mongod --dbpath ./dbdata ${mongod_flags} --logpath "${workdir}/mongod.log"
|
||||||
- command: shell.exec
|
- command: shell.exec
|
||||||
params:
|
params:
|
||||||
working_dir: src
|
working_dir: src
|
||||||
@ -618,7 +618,6 @@ buildvariants:
|
|||||||
--fork
|
--fork
|
||||||
--inMemoryEngineConfigString 'eviction=(threads_min=1),'
|
--inMemoryEngineConfigString 'eviction=(threads_min=1),'
|
||||||
--inMemorySizeGB 60
|
--inMemorySizeGB 60
|
||||||
--logpath ./mongod.log
|
|
||||||
--networkMessageCompressors noop
|
--networkMessageCompressors noop
|
||||||
--setParameter diagnosticDataCollectionEnabled=false
|
--setParameter diagnosticDataCollectionEnabled=false
|
||||||
--setParameter enableTestCommands=1
|
--setParameter enableTestCommands=1
|
||||||
@ -664,7 +663,6 @@ buildvariants:
|
|||||||
--fork
|
--fork
|
||||||
--inMemoryEngineConfigString 'eviction=(threads_min=1),'
|
--inMemoryEngineConfigString 'eviction=(threads_min=1),'
|
||||||
--inMemorySizeGB 60
|
--inMemorySizeGB 60
|
||||||
--logpath ./mongod.log
|
|
||||||
--networkMessageCompressors noop
|
--networkMessageCompressors noop
|
||||||
--oplogSize 30000
|
--oplogSize 30000
|
||||||
--replSet test
|
--replSet test
|
||||||
|
Loading…
Reference in New Issue
Block a user