Skip to content

Conversation

@kkim-labelbox
Copy link
Contributor

@kkim-labelbox kkim-labelbox commented Dec 22, 2022

  • Added a step to wait for label to finish processing in configured_project_with_label
  • Added a step to wait for data row to finish processing for tests that rely on media_attributes to be populated, specifically tests that use label exports (labels on data rows that have not been processed are not exported).

@kkim-labelbox kkim-labelbox merged commit 65e7e72 into develop Dec 23, 2022
@kkim-labelbox kkim-labelbox deleted the kkim/fix-flaky-label-creation-in-test branch December 23, 2022 00:27
def func(client, data_row):
data_row_id = data_row.uid
timeout_seconds = 60
while True:
Copy link
Contributor

Choose a reason for hiding this comment

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

We could also use the retry package for this logic.

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.

4 participants