Ticket #147 (closed defect: fixed)
Test error in test_carray.py in heavy mode
| Reported by: | ivilata | Owned by: | ivilata |
|---|---|---|---|
| Priority: | major | Component: | PyTables |
| Version: | trunk | Keywords: | test failure big CArray heavy |
| Cc: |
Description
Running test_carray.py in heavy mode results in the following errors:
HDF5-DIAG: Error detected in HDF5 library version: 1.6.6 thread 0. Back trace follows.
#000: H5Dio.c line 667 in H5Dwrite(): file selection+offset not within extent
major(14): Dataspace interface
minor(04): Out of range
EHDF5-DIAG: Error detected in HDF5 library version: 1.6.6 thread 0. Back trace follows.
#000: H5Dio.c line 667 in H5Dwrite(): file selection+offset not within extent
major(14): Dataspace interface
minor(04): Out of range
E
======================================================================
ERROR: Some basic checks for carrays exceeding 2**31 rows
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tests/test_carray.py", line 1995, in setUp
array[s] = na
File "tables/array.py", line 562, in __setitem__
self._modify(startl, stepl, countl, nparr)
File "hdf5Extension.pyx", line 937, in hdf5Extension.Array._modify
HDF5ExtError: Internal error modifying the elements (H5ARRAYwrite_records returned errorcode -6)
======================================================================
ERROR: Some basic checks for carrays exceeding 2**31 rows
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tests/test_carray.py", line 1995, in setUp
array[s] = na
File "tables/array.py", line 562, in __setitem__
self._modify(startl, stepl, countl, nparr)
File "hdf5Extension.pyx", line 937, in hdf5Extension.Array._modify
HDF5ExtError: Internal error modifying the elements (H5ARRAYwrite_records returned errorcode -6)
----------------------------------------------------------------------
Ran 2 tests in 0.020s
FAILED (errors=2)
The error is caused by tests Rows64bitsTestCase1 and Rows64bitsTestCase2. This only happens in trunk.
Change History
Note: See
TracTickets for help on using
tickets.
