Skip to content

Conversation

bisgaard-itis
Copy link
Contributor

What do these changes do?

  • Align map locust load test with the UI workflow: When polling the status of all jobs associated with a job collection we now request GET /v0/function_jobs instead of GET /v0/function_job_collections/{function_job_collection_id}/status.

Related issue/s

How to test

Dev-ops

@bisgaard-itis bisgaard-itis added this to the Cheops milestone Sep 25, 2025
@bisgaard-itis bisgaard-itis self-assigned this Sep 25, 2025
@bisgaard-itis bisgaard-itis marked this pull request as ready for review September 25, 2025 07:03
Copy link

Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.91%. Comparing base (1efd09c) to head (b86d506).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8417      +/-   ##
==========================================
+ Coverage   87.89%   87.91%   +0.01%     
==========================================
  Files        1953     1953              
  Lines       76045    76045              
  Branches     1341     1341              
==========================================
+ Hits        66843    66855      +12     
+ Misses       8801     8789      -12     
  Partials      401      401              
Flag Coverage Δ *Carryforward flag
integrationtests 63.99% <ø> (+0.04%) ⬆️
unittests 86.58% <ø> (ø) Carriedforward from 1efd09c

*This pull request uses carry forward flags. Click here to find out more.

Components Coverage Δ
pkg_aws_library 93.59% <ø> (ø)
pkg_celery_library 83.58% <ø> (ø)
pkg_dask_task_models_library 79.33% <ø> (ø)
pkg_models_library 93.09% <ø> (ø)
pkg_notifications_library 85.20% <ø> (ø)
pkg_postgres_database 87.95% <ø> (ø)
pkg_service_integration 70.19% <ø> (ø)
pkg_service_library 72.56% <ø> (ø)
pkg_settings_library 90.19% <ø> (ø)
pkg_simcore_sdk 84.99% <ø> (ø)
agent 93.53% <ø> (ø)
api_server 91.96% <ø> (ø)
autoscaling 95.74% <ø> (ø)
catalog 92.36% <ø> (ø)
clusters_keeper 99.13% <ø> (ø)
dask_sidecar 91.82% <ø> (ø)
datcore_adapter 97.94% <ø> (ø)
director 75.81% <ø> (ø)
director_v2 90.94% <ø> (+0.01%) ⬆️
dynamic_scheduler 96.30% <ø> (ø)
dynamic_sidecar 90.43% <ø> (ø)
efs_guardian 89.62% <ø> (ø)
invitations 91.44% <ø> (ø)
payments 92.62% <ø> (ø)
resource_usage_tracker 92.24% <ø> (ø)
storage 86.45% <ø> (ø)
webclient ∅ <ø> (∅)
webserver 88.03% <ø> (+0.04%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1efd09c...b86d506. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

items = response.json().get("items", [])
statuses = [item.get("status", {}) for item in items]
all_job_statuses.extend(
[status.get("status", None) for status in statuses if status]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MINOR: i really find strange when we embed the same keys twice ... for instance

{ 
   "status": 
     { 
          "status": ...  
     }

I wonder why we do this? :-)

Copy link
Contributor

mergify bot commented Sep 25, 2025

🧪 CI Insights

Here's what we observed from your CI run for b86d506.

🟢 All jobs passed!

But CI Insights is watching 👀

Copy link
Contributor

@wvangeit wvangeit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants