Details
-
Umbrella
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I'm used to run unit tests on a remote server before summit a large patch because sometimes a testcase failure can not be reproduced locally.
Recently yangzhe1991 and me share a remote server with a different account. We found that some of the unit tests write to '/tmp' with a fixed name and do not clean the file after test. This cause that the unit test can only be succeeded for one person...
Open an umbrella issue to address this.
Attachments
Issue Links
- relates to
-
HBASE-16983 TestMultiTableSnapshotInputFormat failing with Unable to create region directory: /tmp/...
- Closed
1.
|
Do not write to '/tmp' in TestHBaseConfiguration | Resolved | Duo Zhang | |
2.
|
Do not write to '/tmp' in TestRegionMover | Resolved | Duo Zhang | |
3.
|
Avoid using '/tmp' directory in TestBulkLoad | Resolved | Heng Chen |