zeek/testing/btest/scripts/base/frameworks
Jon Siwek cc15c985ca GH-1450: Improve printing/logging of large double/interval/time values
The modp_dtoa/modp_dtoa2 functions aren't capable of handling double
values larger than INT_MAX and fallback on using sprintf() in that
situation.  Previously, the format string to that sprintf() was "%e",
defaulting to a precision of 6, which is already too few digits to
represent a number known to be larger than INT_MAX.  Now, an sprintf()
is still performed for values larger than INT_MAX and still uses a
scientific notation format, but in a way that uses as many decimal
digits as needed to preserve information.
2021-04-06 19:54:02 -07:00
..
analyzer General btest cleanup 2020-08-11 11:26:22 -07:00
cluster General btest cleanup 2020-08-11 11:26:22 -07:00
config Improve stability of config/cluster_resend btest 2020-08-20 16:26:46 -07:00
control Avoid race condition in control/id_value btest 2020-09-22 14:11:17 -07:00
dpd Add DPD::max_violations option 2019-07-19 13:00:02 -07:00
file-analysis Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
input Ascii reader test with 0-bytes 2021-02-12 14:49:33 +00:00
intel Potentially improve intel/remove-item-cluster btest 2020-08-27 18:01:33 -07:00
logging GH-1450: Improve printing/logging of large double/interval/time values 2021-04-06 19:54:02 -07:00
netcontrol "balance" tests with multiple Zeek scripts to load the same elements 2021-03-24 21:37:26 -07:00
notice Improve notice/suppression-cluster btest to avoid race potential 2020-09-14 12:28:25 -07:00
openflow "balance" tests with multiple Zeek scripts to load the same elements 2021-03-24 21:37:26 -07:00
packet-filter General btest cleanup 2020-08-11 11:26:22 -07:00
reporter General btest cleanup 2020-08-11 11:26:22 -07:00
software General btest cleanup 2020-08-11 11:26:22 -07:00
sumstats Sumstats: allow users to manage epoch manually 2020-11-16 15:48:46 +00:00