Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions jekyll/_cci2/test-splitting-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ Requested weighting by historical based timing, but they are not present. Fallin
+
CircleCI defaults to splitting tests by name. As this is the first time you are storing test data from the pipeline, CircleCI does not yet have timing data to work with.
// Check if this applies to GitLab

On subsequent runs, you'll see an additional step labelled **Downloading previous test results**:
+
image::downloading-previous-test-results-step.png[Downloading previous test results step]
+
The presence of this step confirms that, during this run, the test results stored by a previous run (with the `store_test_results` step) were successfully retrieved. Provided that the data is xref:parallelism-faster-jobs/#junit-xml-reports[properly formatted], the test suite will be split as evenly as possible over the specified number of test environments.

. Open the **Timing** tab in the job. This tab provides a visualization of how each parallel run did relative to each other.
+
image::test-splitting-timing-tab.png[Parallel runs visualization in Timings tab]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.