Skip to content

Use output_dir instead of description in specs

What does this MR do?

This MR fixes a bug when running specs where deeply-nested rspec examples might result in errors caused by trying to create files with a name exceeding the maximum length of the file system (255 characters for OS X).

Once this MR has been merged, we can complete Refactor Gradle Scan Tests with New Shared Exam... (gitlab-org/gitlab#446088 - closed) • Philip Cunningham • 17.1 • On track.

See Fix long file path bug by storing output in sub... (integration-test!56 - merged) • Adam Cohen • 16.11 for more details.

What are the relevant issue numbers?

Long file path cause integration-test lib tests... (gitlab-org/gitlab#443847 - closed) • Adam Cohen • 16.11

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports