Arne Welzel
Arne Welzel
In certain cases, it could be useful to set an environment variable for all TEST-EXEC / TEST-EXEC-FAIL commands. Instead of repeating it on each line, I wonder if `@TEST-ENV` could...
@bbannier mentioned a stray baseline check script in Spicy. Essentially it lists all tests and reports extra/unused directories in the Baseline directory. https://github.com/zeek/spicy/blob/main/tests/Scripts/stray_baselines.py Chatting a bit with, maybe this could...
Opening for someone to take a look and see if that seems over-engineered?
Using a label named "endpoint" is not intuitive and requires explaining to users that it's really just the Cluster::node value. Change the label to "node", so that we don't need...
From a discussion within the team, it'd be nice to compile with the latest released clang and gcc releases without claiming support. A weekly or bi-weekly Cirrus cron job might...
This has been mentioned in various conversations and I like the idea as well. It does fall a bit into the debugging/developer category, essentially making `-B dpd` available as events,...
@bbannier pointed out that it might be nice to place all the forward declarations for Vals etc into a separate header. A pattern that, e.g., broker has in `fwd.hh` and...
A user reported that the `@prefixes` feature causes significant startup delay in their environment just to lookup non-existing files (~30seconds in a containerized environment with ~56~ 96 workers starting in...
The current ZeroMQ cluster backend uses plaintext communication. For multi-node clusters, it'd be good to have a way to encrypt communications among nodes. There's "zmq_curve - secure authentication and confidentiality":...