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

Run tests on GitHub builds #211

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    0576759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edffda4 View commit details
    Browse the repository at this point in the history
  3. Run tests after build

    wonglkd committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    096d391 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dccb18 View commit details
    Browse the repository at this point in the history
  5. Redirect people to summary page

    Going via the GitHub Actions tab brings people to the summary page first, but clicking Details in a PR will bring people to the log directly and skip the summary page. Print a message telling people to look at the summary.
    wonglkd committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2b09eee View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Add more flaky tests

    - datatype-test-MapTest (Ubuntu 20)
    - allocator-test-SlabAllocatorTest (Ubuntu 18)
    wonglkd authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fe4531c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4aaf9c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Ignore NvmCacheTests, reformat test logs

    - Group logs with each warning/error annotation
    - 1 warning annotation per failing/ignored test
    wonglkd authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    694e993 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    4da4dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed9877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c1ad37 View commit details
    Browse the repository at this point in the history
  4. Capture test log before core dumps

    Generalize from segfaults to other things that cause core dumps
    wonglkd authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    acf7fc2 View commit details
    Browse the repository at this point in the history