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

testserver: expose NoFileCleanup option to allow retention of files after Stop #172

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2023

  1. testserver: expose NoFileCleanup option to allow retention of files…

    … after `Stop`
    
    Retaining files after `Stop` can help debug some test-failures because
     one can start the server back up (off the store-dir left behind after
     failure). Looking at the data the failing test left behind can help
     hypothesize better.
    janmejay committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0276345 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. testserver: expose BasedirOverride to allow deeper testing of `NoFi…

    …leCleanup`
    
    `BasedirOverride` allows user to set testserver base-dir (as opposed to
     using a random-dir generated by testserver lib. This helps test
     `NoFileCleanup` better as preserved store-dir's state can now be asserted
     upon after original testserver's teardown.
    janmejay committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ae92af3 View commit details
    Browse the repository at this point in the history