Changes between Initial Version and Version 1 of Ticket #1571


Ignore:
Timestamp:
May 29, 2017, 5:05:57 PM (7 years ago)
Author:
Dimitar Misev
Comment:

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.
     1The 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.
    42
    53Let's brainstorm a bit about some straightforward and simple way to improve this.
    64
    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.
     5The 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).