mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00

Slightly adapted. I wasn't sure how much guarantee we have around the change propagation when calling terminate() right after the delete. Flipped it around a bit, having the worker outlive the manger instead.
9 lines
390 B
Text
9 lines
390 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
manager-1, change_handler, TABLE_ELEMENT_NEW, a, 1, 12
|
|
manager-1, change_handler, TABLE_ELEMENT_NEW, b, 2, 23
|
|
manager-1, change_handler, TABLE_ELEMENT_NEW, c, 3, 42
|
|
manager-1, change_handler, TABLE_ELEMENT_REMOVED, b, 2, 23
|
|
manager-1, zeek_done, {
|
|
[c, 3] = 42,
|
|
[a, 1] = 12
|
|
}
|