This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients larry, ned.deily, serhiy.storchaka
Date 2018-01-24.00:39:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516754355.29.0.467229070634.issue31000@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using ZFS on 64-bit Linux.

I did see a Github issue / commit that claims to address this.  I'm using a reasonably recent ZoL build, that should have that commit, and I still see the behavior.

I actually experimented with it a little, and, hmm.  The test sets the rlimit to 1024 bytes.  I can write exactly 512 bytes to the file; it fails on the 513th.  We *could* change the test to behave like that (write 512 bytes, then write 513 more) but I don't think we should work around their bug.
History
Date User Action Args
2018-01-24 00:39:15larrysetrecipients: + larry, ned.deily, serhiy.storchaka
2018-01-24 00:39:15larrysetmessageid: <1516754355.29.0.467229070634.issue31000@psf.upfronthosting.co.za>
2018-01-24 00:39:15larrylinkissue31000 messages
2018-01-24 00:39:15larrycreate