Skip to content

Conversation

chelsea-lin
Copy link
Contributor

@chelsea-lin chelsea-lin commented Jul 22, 2025

This change addresses flakiness in the test_create_job_configs_labels_log_adaptor_call_method_under_length_limit test. The test occasionally failed because a session-__del__ label was unexpectedly included in the logged adaptor call methods, as shown in the diff below:

  Full diff:
    {
     'bigframes-api': 'dataframe-columns',
     'recent-bigframes-api-0': 'dataframe-max',
     'recent-bigframes-api-1': 'dataframe-head',
     'recent-bigframes-api-2': 'dataframe-__init__',
  +  'recent-bigframes-api-3': 'session-__del__',
     'source': 'bigquery-dataframes-temp',
    }

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Jul 22, 2025
@chelsea-lin chelsea-lin marked this pull request as ready for review July 22, 2025 17:35
@chelsea-lin chelsea-lin requested review from a team as code owners July 22, 2025 17:35
@chelsea-lin chelsea-lin force-pushed the main_chelsealin_fix_tests branch from 026500c to 9a31f11 Compare July 22, 2025 17:41
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. and removed size: s Pull request size is small. labels Jul 22, 2025
@chelsea-lin chelsea-lin merged commit 9e8c426 into main Jul 22, 2025
19 of 25 checks passed
@chelsea-lin chelsea-lin deleted the main_chelsealin_fix_tests branch July 22, 2025 18:18
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: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants