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

updated fix2375 here only to see what CI says about it #2394

Closed
wants to merge 16 commits into from

Commits on Dec 25, 2022

  1. fix 2375

    haikusw committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    66bdf3b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    05fbde5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19948ee View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. fix intermittent test errors

    haikusw committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    0b5eff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc21756 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. remove some debug logging

    haikusw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7e735a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8c10c View commit details
    Browse the repository at this point in the history
  3. Add stronger test for exception handler releasing shared memory mutex.

    Notes:
    1. Addition of env var to supporess crash launching browser during tests.
    2. setup_logging() should probably be changed to install excepthook always.
    haikusw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1e784e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f0ebf8 View commit details
    Browse the repository at this point in the history
  5. reword for clarity

    haikusw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d4f99bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    971dc32 View commit details
    Browse the repository at this point in the history
  7. I'm guessing it's the slow PiOS instances and the timing in this test…

    …. Increase sleep times slightly.
    haikusw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5782292 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    ffa2998 View commit details
    Browse the repository at this point in the history
  2. make excepthook setup independent of logging.

    Removed MU_LOG_TO_STDOUT env var control of excepthook installation
    (possibly incorrect to do so)
    haikusw committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    90247d0 View commit details
    Browse the repository at this point in the history
  3. Tests use dynamic app name for shared memory buffer reg to avoid need…

    … to restart on test failure
    haikusw committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e87f6b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Make tests run faster by adding capability of flagging slow runners

    Increases wait for sub-process launch if env variable is set.
    haikusw committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    29db433 View commit details
    Browse the repository at this point in the history