Test Result : ExternalAppendOnlyUnsafeRowArraySuite
0 failures
14 tests
All Tests
Test name | Duration | Status |
clear array (with spill) | 0.11 sec | Passed |
clear array (without spill) | 0.1 sec | Passed |
clear on an empty the array | 0.11 sec | Passed |
generate iterator with custom start index (with spill) | 0.12 sec | Passed |
generate iterator with custom start index (without spill) | 0.1 sec | Passed |
generate iterator with negative start index | 0.1 sec | Passed |
generate iterator with start index exceeding array's size (with spill) | 0.1 sec | Passed |
generate iterator with start index exceeding array's size (without spill) | 0.1 sec | Passed |
insert rows enough to force spill | 0.11 sec | Passed |
insert rows less than the inMemoryThreshold | 0.18 sec | Passed |
insert rows more than the inMemoryThreshold but less than spillThreshold | 0.11 sec | Passed |
iterator on an empty array should be empty | 0.1 sec | Passed |
test iterator invalidation (with spill) | 0.1 sec | Passed |
test iterator invalidation (without spill) | 0.1 sec | Passed |