certtools / intelmq-vagrant

Test installation of intelmq packages using Vagrant & Ansible
2 stars 3 forks source link

cli fileinputoutput: start bots with run instead of start #30

Open ghost opened 3 years ago

ghost commented 3 years ago

running the bot directly with intelmqctl run bot-id process ensures that at least one and exactly one message is processed until the process termination reducing accidental timing errors and alike

ghost commented 3 years ago

But doesn´t it make sense to also check if it works when running a bot with start and stop?

ghost commented 3 years ago

Definitely. For some reason start/stop works without troubles in the API test, but the CLI test cause[sd] troubles - I'm not sure what is causing them actually.

ghost commented 3 years ago

Ah, interesting, I don't recall any problems with the CLI tests recently