[PR #116] [MERGED] Test counter data race #297

Closed
opened 2026-02-26 21:34:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/116
Author: @cursor[bot]
Created: 1/24/2026
Status: Merged
Merged: 1/24/2026
Merged by: @rudrankriyam

Base: cursor/app-store-assets-management-e5a2Head: cursor/test-counter-data-race-5939


📝 Commits (1)

  • cc9eb1e Fix race in asset upload test

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 internal/asc/assets_upload_test.go (+4 -3)

📄 Description

Fix data race in TestUploadAssetFromFileUploadsChunks by using atomic operations for the call counter.



🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/116 **Author:** [@cursor[bot]](https://github.com/apps/cursor) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `cursor/app-store-assets-management-e5a2` ← **Head:** `cursor/test-counter-data-race-5939` --- ### 📝 Commits (1) - [`cc9eb1e`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/cc9eb1e2804993dbc55ed5895532b29f79fedaf3) Fix race in asset upload test ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/assets_upload_test.go` (+4 -3) </details> ### 📄 Description Fix data race in `TestUploadAssetFromFileUploadsChunks` by using atomic operations for the call counter. --- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#297
No description provided.