Changes between Initial Version and Version 1 of Ticket #1571
- Timestamp:
- May 29, 2017, 5:05:57 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1571 – Description
initial v1 1 The oracle files in the systemtest are 65MB in total. 2 3 This is almost half the size of the rasdaman repo.. and it'll likely get bigger as we develop the systemtest with more tests. 1 The oracle files in the systemtest are 65MB in total. This is almost half the size of the rasdaman repo.. and it'll likely get worse as we develop the systemtest with more tests. 4 2 5 3 Let's brainstorm a bit about some straightforward and simple way to improve this. 6 4 7 The most obvious idea: store checksums of the expected result outputs. Then when running the systemtest, checksums are computed of the outputs and compared to the expected ones. 5 The most obvious idea: store checksums of the expected result outputs. Then when running the systemtest, checksums are computed of the outputs and compared to the expected ones. This also allows us to run tests with larger outputs (e.g. testing a query outputing a 1GB file).