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 test suite in parallel #2507

Merged
merged 23 commits into from
Nov 16, 2023
Merged

Run test suite in parallel #2507

merged 23 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. Remove defaultEntryPoint{NoFile,}CwdIO functions

    These are used by tests and the call to getCurrentDir mean that any
    tests that use these functions cannot be executed in parallel
    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    25ba88f View commit details
    Browse the repository at this point in the history
  2. Remove usage of getCurrentDir in findRootAndChangeDir

    findRootAndChangeDir is used in tests, the use of getCurrentDir means
    that tests cannot be run in parallel.
    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    55aee93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    370f8a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fd1c4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c45b9f7 View commit details
    Browse the repository at this point in the history
  6. Add ScopedLocked effect

    The idea is to use this to synchronise access to filesystem resources
    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    819755f View commit details
    Browse the repository at this point in the history
  7. Fix tests

    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    867ba01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    146143d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d016c61 View commit details
    Browse the repository at this point in the history
  10. Fix formatting

    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    cd4824f View commit details
    Browse the repository at this point in the history
  11. Add dropDrive and splitDrive to Prelude.Path

    These functions are copied from path-0.9.5 so we will remove them when
    we upgrade.
    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    52c78b7 View commit details
    Browse the repository at this point in the history
  12. Introduce TaggedLock

    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    72d262d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    776f4c1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    82cab41 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    43d13d1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3547919 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1db7e41 View commit details
    Browse the repository at this point in the history
  18. Remove commented out code

    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    724a68b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1444e45 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    84e7cf0 View commit details
    Browse the repository at this point in the history
  21. Fix test suite after merge

    paulcadman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0bc4c2b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a64977a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c4d3494 View commit details
    Browse the repository at this point in the history