openHPI / poseidon

Scalable task execution orchestrator for CodeOcean
MIT License
8 stars 1 forks source link

Fix concurrent map write #575

Closed mpass99 closed 5 months ago

mpass99 commented 5 months ago

in the Nomad evaluations map by replacing the simple map with our concurrency-ready storage object.

Closes #573

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 77.12%. Comparing base (5e7b204) to head (e3af86e). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #575 +/- ## ======================================= Coverage 77.12% 77.12% ======================================= Files 41 41 Lines 3488 3489 +1 ======================================= + Hits 2690 2691 +1 Misses 586 586 Partials 212 212 ```

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