From e63d499fbd8bbeed4da6f67f5ddbbc93573deb73 Mon Sep 17 00:00:00 2001 From: Fabio Pitino Date: Mon, 17 Jun 2019 15:22:40 +0100 Subject: Ensure duplicate sections collapse --- spec/fixtures/trace/trace_with_duplicate_sections | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 spec/fixtures/trace/trace_with_duplicate_sections (limited to 'spec/fixtures/trace') diff --git a/spec/fixtures/trace/trace_with_duplicate_sections b/spec/fixtures/trace/trace_with_duplicate_sections new file mode 100644 index 00000000000..7a894e80e38 --- /dev/null +++ b/spec/fixtures/trace/trace_with_duplicate_sections @@ -0,0 +1,30 @@ +Running with gitlab-runner dev (HEAD) + on kitsune minikube (a21b584f) +WARNING: Namespace is empty, therefore assuming 'default'. +Using Kubernetes namespace: default +Using Kubernetes executor with image alpine:3.4 ... +section_start:1506004954:prepare_script Waiting for pod default/runner-a21b584f-project-1208199-concurrent-0sg03f to be running, status is Pending +Running on runner-a21b584f-project-1208199-concurrent-0sg03f via kitsune.local... +section_end:1506004957:prepare_script section_start:1506004957:get_sources Cloning repository... +Cloning into '/nolith/ci-tests'... +Checking out dddd7a6e as master... +Skipping Git submodules setup +section_end:1506004958:get_sources section_start:1506004958:restore_cache section_end:1506004958:restore_cache section_start:1506004958:download_artifacts section_end:1506004958:download_artifacts section_start:1506004958:build_script $ whoami +root +section_end:1506004959:build_script section_start:1506004959:after_script section_end:1506004959:after_script section_start:1506004959:archive_cache section_end:1506004959:archive_cache section_start:1506004959:upload_artifacts section_end:1506004959:upload_artifacts Job succeeded + +Running with gitlab-runner dev (HEAD) + on kitsune minikube (a21b584f) +WARNING: Namespace is empty, therefore assuming 'default'. +Using Kubernetes namespace: default +Using Kubernetes executor with image alpine:3.4 ... +section_start:1506004954:prepare_script Waiting for pod default/runner-a21b584f-project-1208199-concurrent-0sg03f to be running, status is Pending +Running on runner-a21b584f-project-1208199-concurrent-0sg03f via kitsune.local... +section_end:1506004957:prepare_script section_start:1506004957:get_sources Cloning repository... +Cloning into '/nolith/ci-tests'... +Checking out dddd7a6e as master... +Skipping Git submodules setup +section_end:1506004958:get_sources section_start:1506004958:restore_cache section_end:1506004958:restore_cache section_start:1506004958:download_artifacts section_end:1506004958:download_artifacts section_start:1506004958:build_script $ whoami +root +section_end:1506004959:build_script section_start:1506004959:after_script section_end:1506004959:after_script section_start:1506004959:archive_cache section_end:1506004959:archive_cache section_start:1506004959:upload_artifacts section_end:1506004959:upload_artifacts Job succeeded + -- cgit v1.2.1