[PLT-1452] Vb/fix flaky annotation test plt 1452 2 #1798
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR finally addresses flaky test issues for LLM annotation upload projects. These projects have 2 ways of creating data rows: 'automatic' (at the time of project creation) and 'pre-created' (dataset and data rows exist).
The tests exhibited flaky behavior in the automatic mode. At times data row creation did not finish(due to load?). I updated the test to use the 'pre-created' mode for data rows.
Commits: this commit is the actual fix: 4130d32. The rest are produced by the linter
How to read sdk integration test results for this PR:
Unit tests for Python 3.12 test this change directly. It show the issue has been addressed
Type of change
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features