From 5214d309cf07b428ccfac647f7ac9ed8d597186f Mon Sep 17 00:00:00 2001 From: Christian Gagneraud Date: Mon, 4 Jun 2012 01:14:27 +0100 Subject: [AIS] Fix plenty of small bugs unveiled by aishub test campaign. A test campaign was run with live data from aishub.net (ca. 25 millions sentence, 1.2 GB of logs), the goal was to check the decoding and the JSON parsing and dumping code. On all the AIS data, the following tests were done: - AIVDM decoding - JSON scaled dump - JSON validity check on scaled dump. - JSON unscaled dump - JSON validity check on unscaled dump - JSON unscaled idempotency check - JSON unscaled/scaled idempotency check The last check consisted of: - parsing the unscaled dump - dumping it back in scaled mode - compare it with the original scaled dump. This test campaign has unveiled plenty of small bugs all around the AIS code. This patch fixes all of them and adds new sentences in the regression tests. --- test/sample.aivdm.chk | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'test/sample.aivdm.chk') diff --git a/test/sample.aivdm.chk b/test/sample.aivdm.chk index 3b698060..31dc496e 100644 --- a/test/sample.aivdm.chk +++ b/test/sample.aivdm.chk @@ -7,6 +7,9 @@ 6|1|150834090|3|313240222|0|669|11|48:eb2f118f7ff1 6|0|992509976|0|2500912|0|235|10|274|1|1|2|2|0|0|0 6|0|265538450|0|2655651|0|1|40|16:0000 +6|0|230986000|2|970110950|1|1|12|56:30435445530000 +6|3|002443808|0|329176500|1|1|14|80:00000000000000000000 +6|3|002442101|1|244615956|1|1|18|80:01000000000000000000 7|0|002655651|265538450|0|0|0 7|1|655901842|158483613|321823389|836359488|0 7|2|537411077|43101326|717096664|76161024|0 @@ -32,6 +35,7 @@ 14|0|311764000|TEST 15|0|368578000|5158|5|0|0|0|0|0|0 15|3|003669720|367014320|3|516|5|617|0|0|0 +15|0|211439370|211507560|5|0|55|663|605843451|32|560 16|0|002053501|224251000|200|0|0|0|0 17|0|002734450|17478|35992|376:7c0556c07031febbf52924fe33fa2933ffa0fd2932fdb7062922fe3809292afde9122929fcf7002923ffd20c29aaaa 18|0|338087471|0|1|0|-44443279|24410724|796|511|49|0x0|1|0|1|1|1|1|0xe0006 @@ -42,8 +46,28 @@ 20|0|003160097|47|1|7|250|2250|1|7|1125|856|5|7|1125|0|0|0|0 21|0|123456789|20|CHINA ROSE MURPHY EXPRESS ALERT|0|-73619155|28752371|5|5|5|5|1|50|165|0x0|0|0 22|0|003160048|2087|2088|0|0|-44100|27330|-48100|25400|0|0|0|4 +22|1|017419965|3584|8|1|1|28144881|268435519|1|0|0|4 23|0|002268120|1578|30642|1096|30408|6|0|2|9|0 24|0|271041815|PROGUY|60|1D00014|TC6163|0|15|0|5 +26|1|137920605|1|1|838351848|23587|180:efa1708f32fc0a85c39e2c007006cf026c0f4882faad00:0 +25|0|440006460|1|0|134218384|0|128:20000a4381be156d59b200ff9e80c185 +25|0|563648328|0|1|0|134|112:082900a31880a2a636fffe034108 +25|0|440002170|0|0|0|0|128:00001a438085956deb8d86a0100008c8 +26|1|137920605|1|1|838351848|23587|180:efa1708f32fc0a85c39e2c007006cf026c0f4882faad00:0 +26|0|084148325|1|0|834699643|0|228:q:0 +26|2|633353704|0|1|0|24576|92:0014f2251db2ce9000ff9600:0 +26|0|016777280|0|0|0|0|116::0 +27|1|236091959|3|0|-92521|52239|0|0|0|0 24|0|271040660|GOZDEM-1|37|1C00045|YM5504|0|24|0|6 5|0|271010059|0|0|TCA2350|HEALTH CONTROL 13|55|6|10|2|2|1|00-00T24:60Z|20||0 5|0|271010059|0|0|TCA2350|HEALTH CONTROL 13|55|6|10|2|2|1|00-00T24:60Z|20||0 +6|0|276747000|0|2766160|0|1|40|16: 8 +4|0|002470052|0000-00-00T24:60:60Z|0|108600000|54600000|0|0|0x2c080 +4|0|002242115|2012-06-01T24:60:60Z|1|-5031130|26021408|7|0|0x208ca +4|0|972158237|10196-00-24T09:57:37Z|1|123070132|65599231|14|1|0x8c8 +22|2|875794037|3396|373|1|0|837968222|254804543|1|0|1|7 +6|0|002444012|0|255803540|1|1|18|80:01000000000000000000 +6|3|002442102|0|244100055|1|1|30|80:01000000280000000000 +6|0|002444012|0|255803540|1|1|18|80:01000000000000000000 +6|3|002442101|2|246351000|0|1|32|80:00000000000000000000 +6|3|002442104|0|245679000|0|1|32|80:00000000000000000000 -- cgit v1.2.1