workfloworchestrator / orchestrator-core

The workflow orchestrator core repository
Apache License 2.0
45 stars 15 forks source link

Refactor processes_ws unit tests #686

Closed dmarjenburgh closed 5 months ago

dmarjenburgh commented 5 months ago

Update test_processes_ws.py which was testing that the correct process data was sent through the websocket,. Since we have removed sending process_data through the websocket (and only send cache invalidation data), the test was waiting forever to complete.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.22%. Comparing base (ca646f2) to head (6a2b493). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #686 +/- ## ========================================== - Coverage 83.45% 83.22% -0.23% ========================================== Files 183 183 Lines 9064 9071 +7 Branches 1487 1489 +2 ========================================== - Hits 7564 7549 -15 - Misses 1234 1256 +22 Partials 266 266 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.