Skip to content

Wait for ActionCable requests after JS specs

Heinrich Lee Yu requested to merge 416663-action-cable-blocker into master

What does this MR do and why?

This is similar to how we handle AJAX requests at the end of JS specs.

This prevents race conditions with DB connections when ActionCable is still processing leftover requests and the next test is starting.

More info in #416663 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Heinrich Lee Yu

Merge request reports