Test Result : ExternalAppendOnlyUnsafeRowArraySuite
0 failures
(±0)
14 tests
(±0)
All Tests
Test name | Duration | Status |
clear array (with spill) | 0.27 sec | Passed |
clear array (without spill) | 0.1 sec | Passed |
clear on an empty the array | 0.19 sec | Passed |
generate iterator with custom start index (with spill) | 0.34 sec | Passed |
generate iterator with custom start index (without spill) | 0.24 sec | Passed |
generate iterator with negative start index | 0.52 sec | Passed |
generate iterator with start index exceeding array's size (with spill) | 0.3 sec | Passed |
generate iterator with start index exceeding array's size (without spill) | 1.4 sec | Passed |
insert rows enough to force spill | 0.35 sec | Passed |
insert rows less than the inMemoryThreshold | 0.4 sec | Passed |
insert rows more than the inMemoryThreshold but less than spillThreshold | 0.2 sec | Passed |
iterator on an empty array should be empty | 0.25 sec | Passed |
test iterator invalidation (with spill) | 0.33 sec | Passed |
test iterator invalidation (without spill) | 0.1 sec | Passed |