Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VT]: Fixed issues uploading multiple object pool chunks to a VT #337

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

ad3154
Copy link
Member

@ad3154 ad3154 commented Oct 14, 2023

What's New

  • Fixed an issue where uploading more than one object pool to a VT would cause only the first pool to be completed.

It's fairly common to break up an object pool into smaller parts and upload them separately, such as having a pool for the the main content, a pool for soft keys, and a pool for each language you support. There was an issue where only the first pool would complete the upload process properly which should now be fixed!

Tested with 5 object pools as shown below.

image

Fixed an issue where uploading more than one object pool to a VT would
cause only the first pool to be completed.
@ad3154 ad3154 added the bug Something isn't working label Oct 14, 2023
@ad3154 ad3154 self-assigned this Oct 14, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ad3154 ad3154 requested a review from GwnDaan October 14, 2023 00:45
@ad3154 ad3154 merged commit 2f5af28 into main Oct 14, 2023
7 checks passed
@ad3154 ad3154 deleted the multiple-vt-pool-uploads branch October 14, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants