You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
Ran mvn install and got a large number of tests failed. Looks like it's related to path separators.
Tests in error:
testOneSubmittedMigration_equivalent(com.google.devtools.moe.client.directives.BookkeepingDirectiveTest): String index out of range: -1
testHeadsEquivalent(com.google.devtools.moe.client.directives.BookkeepingDirectiveTest): String index out of range: -1
testOneSubmittedMigration_nonEquivalent(com.google.devtools.moe.client.directives.BookkeepingDirectiveTest): String index out of range: -1
testLongStderr(com.google.devtools.moe.client.SystemCommandRunnerTest): Running perl with args [-e, print STDERR ("*" x 17000)] returned 255 with stdout and stderr Number found where operator expected at -e line 1, near "* x 17000"(..)
testLongStdout(com.google.devtools.moe.client.SystemCommandRunnerTest): Running perl with args [-e, print ("*" x 17000)] returned 255 with stdout and stderr Number found where operator expected at -e line 1, near "* x 17000"(..)
testFileToString(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): String index out of range: -1
testSetLifetime(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): An absolute path was expected: C:\tmp\moe_persistent_0
testCleanUpTempDirs(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): An absolute path was expected: C:\tmp\moe_persistent_0
testWrite(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): An absolute path was expected: C:\src
testListFiles(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): String index out of range: -1
testIsDirectory(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): String index out of range: -1
testCopyFile(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): String index out of range: -1
testMakeDirs(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): An absolute path was expected: C:\a\b\c\d
testMakeDirsForFile(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): An absolute path was expected: C:\a\b\c\d
testFindFiles(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): String index out of range: -1
testGetResourceAsFile(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): An absolute path was expected: C:\tmp\moe_resource_extraction__0\test_resource
testExists(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): String index out of range: -1
testIsFile(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): String index out of range: -1
testGetTemporaryDirectory(com.google.devtools.moe.client.testing.InMemoryFileSystemTest): An absolute path was expected: C:\tmp\moe_pineapple_0
The text was updated successfully, but these errors were encountered:
Yeah - we have very little facility to consistently test on windows, and
deal with some of the variations that the windows filesystem implies. We
definitely make unix assumptions. I'm nearly certain we won't prioritize
this, but I'd be willing to take a pull request.
Not sure if this is likely to be considered important, but... with:
JAVA_HOME
set to a 1.8 JDKPATH
.Ran
mvn install
and got a large number of tests failed. Looks like it's related to path separators.The text was updated successfully, but these errors were encountered: