Bug#1053267: hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file)

2023-10-02 Thread Edward Betts
Thanks for the updated patch. I've uploaded a new version of hickle with it.

Processed: Re: Bug#1053267 hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file)

2023-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reopen 1053267 Bug #1053267 {Done: Edward Betts } [src:hickle] hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file) 'reopen' may be inappropriate when a bug has been closed with a version;

Bug#1053267: hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file)

2023-10-02 Thread Drew Parsons
reopen 1053267 thanks hickle 5.0.2-6 was intended to fix the "No write intent on file" error in Bug#1053267. But the error still occurs, see https://ci.debian.net/data/autopkgtest/testing/amd64/h/hickle/38426042/log.gz Note that this time the error occurred with old h5py 3.7.0, so there

Bug#1053267: hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file)

2023-10-02 Thread Nilesh Patra
On 10/1/23 23:51, Edward Betts wrote: Thanks for the patch. I've applied it and uploaded a new version of hickle. Now this new version seems to fail (its test[1]) against the older version of h5py (in testing) and is unable to migrate along with it. In principle a versioned depends could be

Bug#1053267: hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file)

2023-10-01 Thread Edward Betts
Thanks for the patch. I've applied it and uploaded a new version of hickle. Cheers, Edward

Bug#1053267: hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file)

2023-10-01 Thread Nilesh Patra
Control: tags -1 patch Hi Edward, Quoting Drew Parsons: 62s """ 62s 62s # load data and try to directly modify 'type' and 'base_type' Attributes 62s # which will fail cause hdf5 file is opened for read only 62s h5_node = h5_data['somedata'] 62s

Bug#1053267: hickle: test_H5NodeFilterProxy fails with h5py 3.9.0: Unable to delete attribute (no write intent on file)

2023-09-30 Thread Drew Parsons
Source: hickle Version: 5.0.2-5 Severity: serious Justification: debci h5py 3.9.0 is triggering an error in hickle tests, found by debci, https://ci.debian.net/data/autopkgtest/testing/amd64/h/hickle/38279474/log.gz 62s test_H5NodeFilterProxy