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

Use a non-chunked attribute for non-chunking tests in TestReadInteraction. #27126

Merged

Commits on Jun 7, 2023

  1. Use a non-chunked attribute for non-chunking tests in TestReadInterac…

    …tion.
    
    We were using an attribute that led to multiple reports, in a test that only
    cares about whether a report is delivered at all.  There's no reason to do that,
    and it can lead to some timing-related failures if we don't spin the event loop
    long enough to get all the reports.
    bzbarsky-apple committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e393666 View commit details
    Browse the repository at this point in the history