Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
Activity
clairernovotny commentedon Jun 8, 2017
Seems like this can be closed now with your recent commit.
AArnott commentedon Jun 8, 2017
Closed by e1be204
Skip Submodule_RecognizedWithCorrectVersion test due to #125
AArnott commentedon Jun 17, 2017
It's still happening.
Skip Submodule_RecognizedWithCorrectVersion test due to #125
Switch from 7z to zip for test archive
Fix up submodule handling in managed git