Skip to content

Unstable test: Submodule_RecognizedWithCorrectVersion #125

Closed
@AArnott

Description

@AArnott
Collaborator

The VersionOracleTests.Submodule_RecognizedWithCorrectVersion test frequently fails with this output:

    VersionOracleTests.Submodule_RecognizedWithCorrectVersion [FAIL]
      System.ComponentModel.Win32Exception : The system cannot find the file specified
      Stack Trace:
           at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
           at System.Diagnostics.Process.Start()
           at SevenZipNET.WProcess.Execute()
           at SevenZipNET.SevenZipExtractor.ExtractAll(String destination, Boolean overwrite, Boolean keepStructure)
        src\NerdBank.GitVersioning.Tests\TestUtilities.cs(70,0): at Nerdbank.GitVersioning.Tests.TestUtilities.ExtractRepoArchive(String repoArchiveName)
        src\NerdBank.GitVersioning.Tests\VersionOracleTests.cs(18,0): at VersionOracleTests.Submodule_RecognizedWithCorrectVersion()

It causes PR builds to fail frequently.

Activity

self-assigned this
on May 29, 2017
clairernovotny

clairernovotny commented on Jun 8, 2017

@clairernovotny
Contributor

Seems like this can be closed now with your recent commit.

AArnott

AArnott commented on Jun 8, 2017

@AArnott
CollaboratorAuthor

Closed by e1be204

AArnott

AArnott commented on Jun 17, 2017

@AArnott
CollaboratorAuthor

It's still happening.

linked a pull request that will close this issueSwitch tests from 7z to zip and enable test #614on Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @AArnott@clairernovotny

    Issue actions

      Unstable test: Submodule_RecognizedWithCorrectVersion · Issue #125 · dotnet/Nerdbank.GitVersioning