Anis Elleuch
|
d936ed90ae
|
Avoid testing on system errors strings in posix (#2583)
|
8 years ago |
Harshavardhana
|
bccf549463
|
server: Move all the top level files into cmd folder. (#2490)
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
|
8 years ago |
karthic rao
|
0b225269e1
|
tests: posix: tests cleaning up and enhancing coverage. (#2410)
|
8 years ago |
karthic rao
|
5b86dd7659
|
Tests: Cleanup/Enhancement: Add few more cases to posix.ReadFile tests and use a cleaner posixTestSetup for posix tests (#2330)
|
8 years ago |
Harshavardhana
|
cf9ba7b88f
|
tests: Add missing unit test for posix.ReadFile. (#2319)
|
8 years ago |
Harshavardhana
|
de468f92ec
|
posix: ReadAll should handle the case when parent is not a dir. (#2163)
It can happen so that a read request can come for a file which
already has a parent i.e a file.
This fix handles this scenario - fixes #2047
|
8 years ago |
Bala FA
|
8d4365d23c
|
tests: add unit test for posix functions. (#2037)
Unit tests for posix operations.
* MakeVol
* DeleteVol
* StatVol
* ListVols
* DeleteFile
* AppendFile
* RenameFile
* StatFile
Fixes #2021
|
9 years ago |
Harshavardhana
|
d64c3fd464
|
posix: Return errDiskNotWritable during disk initialization. (#2048)
It can happen that minio server might not have
writable permissions on the export paths command line.
Fixes #2035
|
9 years ago |
Bala FA
|
57bc08cc7e
|
posix: remove disk free space check for read-only and delete methods. (#2033)
|
9 years ago |
Harshavardhana
|
42286cba70
|
XL: Implement new ReadAll API for files which are read in single call. (#1974)
Add a unit test as well.
|
9 years ago |