#1809 closed enhancement (fixed)
SystemTest_testcases_services reduce size for oracles and input test data
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | systemtest | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
Reduce the size of oracle files in this folder http://rasdaman.org/browser/systemtest/testcases_services of systemtest
cd oracle/
and run this command to sort file by sizes
du -ks * | sort -n | cut -f2 | xargs -d "\n" du -sh
Change History (2)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Summary: | SystemTest_testcases_services reduce size for oracles files, input test data → SystemTest_testcases_services reduce size for oracles and input test data |
---|
Note:
See TracTickets
for help on using tickets.