also we should add a unit test for mongoimport if we don't have one to the regression suite before closing this
Scott
More options Oct 31, 2:06 pm
Same thing with the nightly. The -v doesn't give any additional
output. It crashes pretty much immediatly, although it does seem to
connect to the server before crashing.
c:\Program Files\MongoDB\bin>mongoimport -v -d test -c fec --file c:
\temp\junk.csv --type csv -f this,that,other
connected to: 127.0.0.1
c:\Program Files\MongoDB\bin>mongoimport -vvvvv -d test -c fec --file
c:\temp\junk.csv --type csv -f this,that,other
connected to: 127.0.0.1
- depends on
-
SERVER-411 make smokeTool work on windows
- Closed