diff --git a/README.md b/README.md index 21fef41b..3589df30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # commit-queue-playground + + Repository here to experiment with the commit queue or whatever else. ## Testing diff --git a/evergreen.yml b/evergreen.yml index 47d8931c..48402ba4 100644 --- a/evergreen.yml +++ b/evergreen.yml @@ -40,6 +40,7 @@ buildvariants: create_check_run: path_to_outputs: "" - name: patch_only_task + - name: write_random_test_logs - name: batchtime_task - name: test_passing_param_to_child - name: test-receiving-parent-param @@ -160,6 +161,47 @@ tasks: - command: shell.exec params: script: echo ${task_name} + - name: write_random_test_logs + commands: + - command: shell.exec + params: + script: | + for i in $(seq 1 90000); do + echo "$(date +%s%N) This is log line $i" + done + - command: shell.exec + params: + script: | + cat >> ${workdir}/build/TestLogs/log_spec.yaml < ${workdir}/build/TestLogs/julian-test + echo "1257894000000000000 I am test log number 2 .\n1257894003000000000 I should get also ingested automatically by the agent.\n" > ${workdir}/build/TestLogs/julian-test + mkdir -p ${workdir}/build/TestLogs/to-merge + echo "1257894001000000000 First file in to-merge folder." > ${workdir}/build/TestLogs/to-merge/file1.log + echo "1257894002000000000 Second file in to-merge folder." > ${workdir}/build/TestLogs/to-merge/file2.log + cat >> ${workdir}/julian_results.json <