Skip to content

Test name collision #106

Closed
Closed
@hartwork

Description

@hartwork

I ran into this warning in CI logs:

bats warning: duplicate test name(s) in /home/runner/work/svn2git/svn2git/test/empty-dirs.bats: test_branching_with_svn-2dignore-2c_svn-2dbranches_and_empty-2ddirs_parameter_should_not_replace_filled_-2egitignore_files_with_empty_ones

I can confirm that we have two tests named branching with svn-ignore, svn-branches and empty-dirs parameter should not replace filled .gitignore files with empty ones:

# git --no-pager grep -n 'should not replace'
test/empty-dirs.bats:1031:@test 'branching with svn-ignore, svn-branches and empty-dirs parameter should not replace filled .gitignore files with empty ones' {
test/empty-dirs.bats:1063:@test 'branching with svn-ignore, svn-branches and empty-dirs parameter should not replace filled .gitignore files with empty ones' {

Both tests were added in fcb62af.

CC @Vampire

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions