Open maysunfaisal opened 4 years ago
We have the ability to add "test" specific logs now btw.
If you do plan on adding logs you can simply leverage the functionality https://github.com/eclipse/codewind/blob/98245ba999bfd2670a99c1b7451b144cc5f2d0fc/src/pfe/file-watcher/server/test/functional-test/suites/generic/tests/locale.ts#L43
Codewind version: OS:
Che version: IDE extension version: IDE version: Kubernetes cluster:
Description: There are times when Turbine Functional tests are flaky or a test that fails one off.
This has been happening with enough frequency where a test has failed and classified as "one off.
For example, a create test for microprofile passed acc to Codewind logs but test determines that it failed:
Or when we have to manually set the build status so that the project is removed from the build queue:
projectStatusChanged
has buildStatus as success, but tests cant determine and fails the case.So we need to add logs around all such cases, so we can debug and determine, why it is failing and if the function is returning something else that the test fails it
/area iterative-dev /kind test