You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our console logs when runnings tests is polluted with output from others tools and services that run in parallel, making it harder to debug. We need to address these by ensuring that they end-up in specific log files that are collected.
output pollution with: test unit
Please note that this pollution happens with passing tests! If this would be visible on screen on failed tests, it would have not being a problem.
Only mocha output should be visible for passing tests.
✔ suggestion has no matches
{ contentmatches: [ { contentmatch: [Array] } ] }
YAMLParseError: Unexpected scalar at node end at line 2, column 1:
- name: foo
I
^
at Composer.onError (/home/runner/work/vscode-ansible/vscode-ansible/node_modules/yaml/dist/compose/composer.js:69:34)
at Object.resolveEnd (/home/runner/work/vscode-ansible/vscode-ansible/node_modules/yaml/dist/compose/resolve-end.js:31:21)
at Object.composeDoc (/home/runner/work/vscode-ansible/vscode-ansible/node_modules/yaml/dist/compose/compose-doc.js:37:27)
... ✔ suggest has invalid YAML
Our console logs when runnings tests is polluted with output from others tools and services that run in parallel, making it harder to debug. We need to address these by ensuring that they end-up in specific log files that are collected.
output pollution with: test unit
Please note that this pollution happens with passing tests! If this would be visible on screen on failed tests, it would have not being a problem.
Only mocha output should be visible for passing tests.
lightspeed server pollution with: test ui
pollution with: test e2e
Spamming messages such below must go in specific log file, not test console:
Remediation
Tasks
The text was updated successfully, but these errors were encountered: