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

Properly skip OnDemandBlockSnapshotIndexInputTests.testVariousBlockSize on Windows #5511

Merged
merged 1 commit into from
Dec 9, 2022

Commits on Dec 9, 2022

  1. Properly skip OnDemandBlockSnapshotIndexInputTests.testVariousBlockSi…

    …ze on Windows.
    
    PR opensearch-project#5397 skipped this test in @before block but still
    frequently throws a TestCouldNotBeSkippedException.  This is caused by the after block still executing and throwing  an exception
    while cleaning the directory created at the path in @before.  Moving the assumption to the individual test prevents this exception by ensuring the path exists.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f2b182d View commit details
    Browse the repository at this point in the history