zeek/testing/btest/Baseline/broker.store.brokerstore-backend-sqlite/master.out
Jon Siwek af2262ddff Improve btests with unstable table/set output ordering
Particularly, the final output order of a table/set is sensitive to
order of input/insertions and some tests were converting
std::unordered_{set,map} to Zeek table/set and iteration over those
standard containers may not always loop through elements in the same
order across all platforms.
2020-08-11 11:26:21 -07:00

9 lines
152 B
Text

[[key=a, val=3], [key=b, val=3], [key=whatever, val=5]]
[hi]
[[key=a, val=[a=1, b=c, c={
elem1,
elem2
}]], [key=b, val=[a=2, b=d, c={
elem1,
elem2
}]]]