Commit Graph

21 Commits

Author SHA1 Message Date
Tim 'mithro' Ansell fbec529926 Less verbose memory usage info.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-05-08 10:09:45 +02:00
Tim 'mithro' Ansell 1ca3f55b05 Fix doctest for Logger.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-05-08 10:09:45 +02:00
Tim 'mithro' Ansell 02cd21f4ba fuzzers: Disable retries by default.
Retries can be re-enabled when #635 is fixed.

Currently the retries are just causing CI to take a long time.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-04-10 16:56:47 -07:00
Keith Rothman d7116a86cb Lower retry count to avoid taking a long time to fail when the fuzzer is broken.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-06 13:15:48 -08:00
Tim 'mithro' Ansell f973cf2b20 Fix running without -j
Fixes #680.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-03-01 12:44:38 -08:00
Keith Rothman 85c87eb648 Put memory on own line.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-13 19:01:26 -08:00
Keith Rothman a37b64fdfd Move memory usage to first line.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-13 18:57:45 -08:00
Keith Rothman da244e36ac Add RAM usage to output.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-13 18:56:59 -08:00
Keith Rothman c47746476d Make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-08 10:50:03 -08:00
Keith Rothman 1145e9a270 Dup jobserver fd's for retry.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-08 10:33:18 -08:00
Tim 'mithro' Ansell c590cce721 Write each run into seperate file.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell 7c5103e7f3 Only save the last 1000 lines to XML file.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell ec6be41482 Don't close jobserver fd so retries work.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell 80f3f0ec04 Adding support for writing junit.xml files.
* Fixes #494.
 * Includes multiple runs in output.
 * Includes stdout / stderr in output.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell fa2bf16acc Add retries to run_fuzzer.py
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell 772c5cad44 Add success trailer too.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell 4f8ba05073 Use a class rather than a global.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell 09ae28be13 Adding timestamp to log line output.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell a82882a4c0 Always print minutes if displaying hours.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell 314ee62b3f Fixing number of review comments.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell f8c3ada041 Adding wrapper to get understandable output.
* Saves stdout / stderr to log files.
 * Prefixes all messages with fuzzer name.
 * Gives regular status updates.
 * Successfully passes jobserver details down.
 * Correctly handles dry-run and question options.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00