Rob Fellows created NIFI-9659:
---------------------------------
Summary: UI - Unit tests fail the first few times when run in a
"clean" workspace
Key: NIFI-9659
URL: https://issues.apache.org/jira/browse/NIFI-9659
Project: Apache NiFi
Issue Type: Improvement
Components: NiFi Registry
Affects Versions: 1.16.0
Reporter: Rob Fellows
When running the unit tests, they fail for the first few times when run from a
"clean" workspace.
But, they will pass eventually if you just keep running the tests. There must
be some state issues.
however, if you run
{code:java}
git clean -fX && rm -rf .cache-loader-coverage coverage && npm run ci && npm
run test {code}
they will never pass.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)