You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intermittently, certain specs fail in the RSpec Test Suite during the CI Workflow build.
Reproduction Steps
Create a pull request (PR) on the repository, triggering the CI workflow for your PR.
Despite the presence of all expected RSpec tests in the repository, some specs may fail unexpectedly.
Expected Behavior
The rspec test suite should ideally maintain consistency in passing without random failures.
Screenshots
Additional Context
Different spec tests fail on each occasion, possibly attributed to occasional failures in the utilized API.
Please Comment on Any Flaky Specs Frequently Failing (Sub-tasks Below)
List of Specs Occasionally Failing
revision_importer_spec.rb: import_revisions_for_course when there are edits to articles with four-byte unicode characters in the title handles revisions with four-byte unicode characters See Logs
update_wiki_namespace_stats_spec.rb: UpdateWikiNamespaceStats adds articles with only tracked namespaces to article_courses See Logs
The text was updated successfully, but these errors were encountered:
There are a few open tasks for some of the individual specs that fail more often, but feel free to list any spec that you see with an intermittent failure here in the comments.
Issue Description
Intermittently, certain specs fail in the RSpec Test Suite during the CI Workflow build.
Reproduction Steps
Expected Behavior
The
rspec
test suite should ideally maintain consistency in passing without random failures.Screenshots
Additional Context
Different spec tests fail on each occasion, possibly attributed to occasional failures in the utilized API.
Please Comment on Any Flaky Specs Frequently Failing (Sub-tasks Below)
List of Specs Occasionally Failing
revision_importer_spec.rb
:import_revisions_for_course
when there are edits to articles with four-byte unicode characters in the title handles revisions with four-byte unicode characters See Logsupdate_wiki_namespace_stats_spec.rb
:UpdateWikiNamespaceStats
adds articles with only tracked namespaces to article_courses See LogsThe text was updated successfully, but these errors were encountered: