Since move to Ruby 3+, there have been on and off failures in CI due to Shared Specs of ExportWorkers. Particularly, the ExportWorkers that utilize Postgres Views.
Upon Dev research, specs failing on CI is not affecting Talk's code in production, but specs are flaky. This could be due to fragile mocking in the shared specs for Talk's export workers.
Specs That Have Failed On and Off Consistently (mostly one or the other depending on what the run tests action runs first):
- CommentExportWorker specs (6 specs)
- VotableTagExportWorker specs (6 specs)
Since move to Ruby 3+, there have been on and off failures in CI due to Shared Specs of ExportWorkers. Particularly, the ExportWorkers that utilize Postgres Views.
Upon Dev research, specs failing on CI is not affecting Talk's code in production, but specs are flaky. This could be due to fragile mocking in the shared specs for Talk's export workers.
Specs That Have Failed On and Off Consistently (mostly one or the other depending on what the run tests action runs first):