-
Hi @richtja, Following the question done in #5304, Do you know if is a way to get rid of the pre-appended "avocado.test.progress" string to the message?
In the documentation doesn't show avocado.test.progress string in the messages, the difference here is that I'm doing the configuration by my self using the API but don't think that it should make a difference in the result. I'm sending the message as simple as:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @marioaag this is desired behavior, the whole pre-appended message |
Beta Was this translation helpful? Give feedback.
Hi @marioaag this is desired behavior, the whole pre-appended message
220425-210559294061.CMD.-1-/home/mario/git/Gatekeepers/test/avocado/testcases/ErrorInjects/ErrorInjects.py:ErrorInjects.node_remove_replace:
is for debugging purposes and IMO is even necessary when you will use parallel run with multiple tests and multiple streams. Can you please show me where the documentation doesn't show theavocado.test.progress
string, because I found it in documentaion? Definitely this should be in documentation and if we missing it we need to fix it.