Actions
Bug #7303
closedRuleTargetTest.scala takes >40s where it should take 2s
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
There is a BIG problem with RuleTargetTest.scala. The tests take > 40s on my machine, where most other take < 200ms.
There seems to be big inefficiencies in the loops. And the tests does not test what it things it tests.
Actions