Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
Grepping though our tests with something like this
grep -R --include *.scala -e '//.*@Test'
finds about 300 tests that are commented out, presumably because they fail. Some of these tests have bug numbers in the comments, but a large percentage do not.
We should uncomment these tests and enable any that now pass and close associated bugs. For those that don't pass, we should verify that they have an associated bug, and if not, create a bug to track the test.