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

Ensure git tag tests and others create test repos in tmpdir (#18447) #18767

Merged
merged 2 commits into from
Feb 15, 2022

Commits on Feb 14, 2022

  1. Ensure git tag tests and others create test repos in tmpdir (go-gitea…

    …#18447)
    
    Backport go-gitea#18447
    
    * Ensure git tag tests and other create test repos in tmpdir
    
    There are a few places where tests appear to reuse testing repos which
    causes random CI failures.
    
    This PR simply changes these tests to ensure that cloning always happens
    into new temporary directories.
    
    Fix go-gitea#18444
    
    * Change log root for integration tests to use the REPO_TEST_DIR
    
    There is a potential race in the drone integration tests whereby test-mysql etc
    will start writing to log files causing make test-check fail.
    
    Fix go-gitea#18077
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    9cf32ba View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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