CentOS-PaaS-SIG / ci-pipeline

There are many projects that are concentrated on CI for Atomic Openshift. This is focused on complete CI testing of all Atomic and Base Runtime components for a new Atomic deliverable that comes from Fedora sources.
GNU General Public License v3.0
23 stars 35 forks source link

sendMessageWithAudit: make optional to check message in datagrepper #802

Closed bgoncalv closed 5 years ago

bgoncalv commented 5 years ago

@johnbieren could you check this?

bgoncalv commented 5 years ago

The pipeline failed, but due to unrelated issue.

johnbieren commented 5 years ago

I don't like this change. If you don't want to track the message, sendMessage should be used instead. The only difference between sendMessage and sendMessageWithAudit is tracking the message

bgoncalv commented 5 years ago

hmm, okay. I can use sendMessage.

the sendMessageWithAudit also creates the audit file.

Feel free to close the PR