Skip to content

[bot] Merge master/7d482a0f into rel/dev#1396

Merged
yenkins-admin merged 2 commits intorel/devfrom
snapshot-master-7d482a0f-to-rel/dev
Mar 6, 2026
Merged

[bot] Merge master/7d482a0f into rel/dev#1396
yenkins-admin merged 2 commits intorel/devfrom
snapshot-master-7d482a0f-to-rel/dev

Conversation

@yenkins-admin
Copy link
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to 7d482a0 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/22757919120).

vondravl and others added 2 commits March 6, 2026 09:46
`create_directory` uses a check-then-create pattern (`os.path.exists` +
`os.makedirs`) which is not atomic. When multiple threads call
`load_from_disk` on the same path concurrently (e.g. parallel workspace
uploads), they race on creating directories like
`analytical_dashboard_extensions`, causing `FileExistsError`.

Replace with `os.makedirs(path, exist_ok=True)` which handles this
atomically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ition

fix: use exist_ok=True in create_directory to prevent race condition
@yenkins-admin yenkins-admin merged commit 7885331 into rel/dev Mar 6, 2026
1 check passed
@yenkins-admin yenkins-admin deleted the snapshot-master-7d482a0f-to-rel/dev branch March 6, 2026 09:43
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.53%. Comparing base (9659a3e) to head (7d482a0).
⚠️ Report is 448 commits behind head on rel/dev.

Additional details and impacted files
@@             Coverage Diff             @@
##           rel/dev    #1396      +/-   ##
===========================================
- Coverage    77.53%   77.53%   -0.01%     
===========================================
  Files          225      225              
  Lines        14615    14614       -1     
===========================================
- Hits         11332    11331       -1     
  Misses        3283     3283              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants