Closed Akxe closed 1 year ago
@JuanIrache I think the CI crashes because the node version is too low...
It is now ready to be merged (on my part)
Thanks for all the work!
The CI is crashing on one of the browser tests (even after updating the Node image). Could you have a look?
The whole test suite took 7s on my PC, and out of this time, 5.5s is the browser testing. Maybe the GoPro11 test takes simply too long.
The upload of the hero11.raw
is the part that is hanging the longest (hypothesis). hero7.raw
and hero11.raw
are biggest files.
I will try to replace those samples. Not sure I can find a smaller HERO7 sample that works for those tests, though
I would simple increase the time...
Fixes https://github.com/JuanIrache/gopro-telemetry/issues/190
setImmediate
atob
- it got replaced byString.fromCharCode
. It was not even browser compatible...@gmod/binary-parser
in favour ofbinary-parser
. The current version does support Int64 so there is no need to use a fork. The current library also supportsUint8Array
as input.Reused parsed data should output the same as binary data
test as it was comparingPromise
instead of its value