Skip to content

Update rspec files with corresponding feature categories for spec/services and spec/workers

Update 2023-03-17

Weith this issue we updated spec/services and spec/workers. We are now at 60%of all tests are updated.

We have good coverage on the tests that bring us the most value, slow tests and flaky tests.

We do not aim for having 100% coverage now, the remaining tests will be updated in time naturally

Summary

Continuation of #381801 (closed)

Update RSpec files with corresponding feature categories.

See docs.

Details

Adding here the list of RSpec files that should be updated with the feature_category_metadata.

The goal is to update all files with the best gues for the feature category we can do. I suspect in time the feature_category will be updated to be more accurate.

How?

Why?

This information is added to flaky tests reports and from here we can automatically quarantine tests and create issues for the related feature and group owning the feature.

RSpec files that need to be updated:

RSpec ee files that need to be updated:

Edited by Alina Mihaila