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 Airspeed Velocity for Regression Testing #35046

Draft
wants to merge 21 commits into
base: develop
Choose a base branch
from

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    d7ff532 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    89d4afb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    68869ae View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    bf9844b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8883d8d View commit details
    Browse the repository at this point in the history
  3. Remove doubled newlines

    roed314 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    beed616 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ffe8a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9751af View commit details
    Browse the repository at this point in the history
  6. Use sage source

    roed314 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    169fd19 View commit details
    Browse the repository at this point in the history
  7. Fix some doctests

    roed314 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d441f2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d43f55 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    9fb7e1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    024cc9f View commit details
    Browse the repository at this point in the history
  3. Revert "Try to fix the mysterious errors"

    This reverts commit 9fb7e1d.
    saraedum committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8ea099f View commit details
    Browse the repository at this point in the history
  4. Read and write from tmpfile to not block queue

    it appears that you cannot send arbitrary amounts of data through a
    message queue in Python, see
    https://stackoverflow.com/questions/10028809/maximum-size-for-multiprocessing-queue-item.
    
    The queue will block pretty early. So we take load off the queue by
    using the local file system for some of the transfers.
    
    We still need to delete the files which is not done in this proof of
    concept yet.
    saraedum committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e58617b View commit details
    Browse the repository at this point in the history
  5. Try to improve name detection

    roed314 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6645eed View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Resolve slowness in benchmark consumption by using a module name that…

    … can be resolved by get_benchmark_from_name() in asv.benchmark
    saraedum committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    129a168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1001a8 View commit details
    Browse the repository at this point in the history
  3. Fix slowness when consuming asv results

    by making sure that a module.class.method lookup works, i.e., by not
    having any . in the wrong places.
    saraedum committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    ab5414c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    bb762cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bdfec0 View commit details
    Browse the repository at this point in the history