Skip to content

test: stop checking text generation contents #935

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

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

GarrettWu
Copy link
Contributor

After the change, the .predict check shouldn't be flaky. While still keeping the "retry" label since:

  1. CREATE MODEL has new flakiness b/362768658.
  2. To avoid unexpected flakiness to block

I'll keep an eye on the tests. Eventually we should remove the "retry" labels, at least for GA models.

@GarrettWu GarrettWu self-assigned this Aug 28, 2024
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Aug 28, 2024
@GarrettWu GarrettWu requested review from tswast and shobsi August 28, 2024 18:58
@GarrettWu GarrettWu marked this pull request as ready for review August 28, 2024 19:17
@GarrettWu GarrettWu requested review from a team as code owners August 28, 2024 19:17
@GarrettWu GarrettWu enabled auto-merge (squash) August 28, 2024 19:18
assert df.shape == (3, 3)
assert "ml_generate_text_llm_result" in df.columns
series = df["ml_generate_text_llm_result"]
assert all(series.str.len() > 20)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this precisely the part which was failing due to instability?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is the flakiness of the .predict. In fact this time it isn't instability but a quota issue. b/362768658.

It is not the issue of create model.

@GarrettWu GarrettWu added the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 28, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 28, 2024
@GarrettWu GarrettWu merged commit 794a2ac into main Aug 28, 2024
21 of 23 checks passed
@GarrettWu GarrettWu deleted the garrettwu-test branch August 28, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants