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

Debug idb hangs #6286

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Commits on Feb 23, 2024

  1. test: Fix prefetch test fake pollution

    When overwriting any part of the library or platform in a test, we
    must restore it afterward.
    
    This fixes two test suites that overwrote SegmentPrefetch with a test
    fake, but never restored the original.
    
    This fixes failures in unrelated preload tests running in uncompiled
    mode.
    
    Closes shaka-project#6275
    joeyparrish committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0203c4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb116ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4c5920 View commit details
    Browse the repository at this point in the history
  4. Add logging to test run

    joeyparrish committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0e6859c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8a232f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdc716e View commit details
    Browse the repository at this point in the history
  7. Add debug logging

    joeyparrish committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    87b813f View commit details
    Browse the repository at this point in the history
  8. Fix dumb mistake

    joeyparrish committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ea9b4c4 View commit details
    Browse the repository at this point in the history