Need to move slow unit tests into gtest-slow
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Triaged
|
Low
|
Unassigned | ||
unity (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Any test that is greater than 400-500ms is a slow test. This means they need to be moved over to gtest-slow.
[ OK ] TestDeviceLaunc
[ OK ] TestKeyboardUti
[ OK ] TestLauncher.
[ OK ] TestLauncher.
[ OK ] TestLauncher.
[ OK ] TestLauncher.
[ OK ] TestLauncher.
[ OK ] TestPanelStyle.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestScopeView.
[ OK ] TestShortcutCon
[ OK ] TestXdndManager
==========] 1167 tests from 91 test cases ran. (38352 ms total)
[ PASSED ] 1167 tests.
Moving just these tests will speed up our gtest-test by ~20 seconds or 20,000ms...which is huge! For only moving 20 tests compared to our 1167 tests we currently have in gtest-test.
Changed in unity: | |
status: | New → Triaged |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity: | |
importance: | Undecided → Critical |
importance: | Critical → Low |
Changed in unity (Ubuntu): | |
importance: | Undecided → Low |