Actions
Bug #3255
closederror with migration test, not launched by default and should be sequential
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
migration tests are disabled by default, they are launched if the option -Dtest.progress=true is used.
That should be the opposite, the test should be run by default.
since migration to Scala2.10 (#3229), our migration tests does not pass anymore.
tests are launched concurrently, so sometimes the datas are deleted before being seen, we should use sequential test instead.
Actions