Project

General

Profile

Actions

Bug #9771

closed

[Tests] Workbench tests are running thrice with the previous test command format when a subset of tests are executed

Added by Radhika Chippada over 9 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-

Description

The recent run-tests update to split workbench tests resulted in a problem with the way we manually run tests. The test(s) will run as units, functionals, and integration tests resulting in running three times.

Workaround exists: Make sure you limit it by adding to the first occurrence of “apps/workbench” as follows:

Previous command:   ./run-tests.sh WORKSPACE=~/arvados --skip-install --temp /tmp/tmp.4aokzaXYUv --leave-temp --only apps/workbench apps/workbench_test="TEST=test/integration/websockets_test.rb

To be used now:     ./run-tests.sh WORKSPACE=~/arvados --skip-install --temp /tmp/tmp.4aokzaXYUv --leave-temp --only apps/workbench_integration apps/workbench_test="TEST=test/integration/websockets_test.rb" 
Actions #1

Updated by Radhika Chippada over 9 years ago

  • Subject changed from [Tests] Workbench tests are running thrice with the previous test command format to [Tests] Workbench tests are running thrice with the previous test command format when a subset of tests are executed
  • Description updated (diff)
Actions #2

Updated by Tom Morris over 9 years ago

Is there a backward compatible way of fixing the defaults here, so existing commands aren't broken?

Does this effect any scripts or just docs and manually running of the tests?

Actions #3

Updated by Peter Amstutz about 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF