shortcutme
3d73599deb
Don't retry bad files also in big file tests
2019-12-21 03:21:38 +01:00
shortcutme
eb2627721e
Fix pytest 5.x compatibility
2019-07-03 18:36:41 +02:00
shortcutme
8f26c0aeae
Test null byte file download bug fix
2019-06-06 02:27:09 +02:00
shortcutme
4c9d3ee3a6
Test big file renames
2019-04-23 02:00:11 +02:00
shortcutme
4016e7c217
Test Bigfile plugin using tostring where it possible
2019-04-23 01:55:05 +02:00
radfish
ec6fd48b86
Bigfile: fix piece field bitmask to be used as bytearray consistently ( #1982 )
...
* Bigfile: make Piecefield array a bytearray
We want an array of characters. Py2 strings made sense to
use as an array of characters, but Py3 strings are different
and no longer a good choice.
* Bigfile: store bits as binary instead of char
* BigFile: rename to/from string -> to/from bytes
Since the type was changed to bytearray.
2019-04-16 15:14:19 +02:00
shortcutme
a82ee338ef
Rev4017, Fix Bigfile test, Python 3.4 compatibility
2019-03-21 02:48:21 +01:00
shortcutme
60405bf222
Rev4016, Add ad test Python 3.4 compatibility
2019-03-21 02:22:22 +01:00
shortcutme
a46d8fe7f3
Hash id of the hashmap changed because of use_bin_type msgpack packing
2019-03-16 02:15:37 +01:00
shortcutme
dd70d27a0e
Use new Msgpack modue for testing Bigfile plugin
2019-03-16 02:14:43 +01:00
shortcutme
b0b9a4d33c
Change to Python3 coding style
2019-03-15 21:06:59 +01:00
shortcutme
fbf430fac9
Ipv6 compatible bigfile test
2019-01-20 19:10:52 +01:00
shortcutme
e9c7d6a0cc
Add bigfile test for dynamic file allocation
2018-07-16 01:55:58 +02:00
shortcutme
2f57e9cbee
Bigfile test formatting fix
2018-07-16 01:55:41 +02:00
shortcutme
d61cd96d8f
VerifyFiles call returns more detailed statistics
2018-03-29 02:49:06 +02:00
shortcutme
3fb9f900f6
Rev3225, Handle correctly and test out of range bigfile requests
2018-01-21 18:56:30 +01:00
shortcutme
4265c4126a
Change Bigfile plugin directory case
2017-10-05 13:26:40 +02:00