New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 761207 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Sep 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

cros_sdk_unitest is VERY slow.

Project Member Reported by dgarr...@chromium.org, Sep 1 2017

Issue description

The tests in cros_sdk_unittests are VERY slow.

Can we put them being the --network command line flag? We somewhat abuse that to also include slow unittests and integration tests.

It's done by adding this decorator to each test affected.

  @cros_test_lib.NetworkTest()


You can the run the tests with:
 ./cros_sdk_unittest --network

Or
  cbuildbot/run_tests --network


The problem with this is that we never run network tests automatically. I've tried to add a PreCQ builder that would, but was blocked by unrelated issues.

If you run all of the tests with --network, you'll see that a few of them have been allowed to bitrot for this reason.
 
Oh... You've already marked them as slow in run_tests. 

NVM. I don't normally use --quick, but will now.
Status: WontFix (was: Untriaged)

Sign in to add a comment