All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Optimisation for eSDK tests
@ 2016-09-13  2:15 Paul Eggleton
  2016-09-13  2:15 ` [PATCH 1/1] oeqa/sdkext/devtool: use a smaller module to test node.js functionality Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2016-09-13  2:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: Francisco Pedraza

This should reduce the time taken to test the extensible SDK by many
minutes. No doubt there are many other optimisations we could make but
this is a start.


The following changes since commit 4d268abc2fc892c5d34449f78c8e9f2b1a9d6bac:

  oeqa.runtime.smart: work around smart race issues (2016-09-09 12:12:17 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/extsdk-test-fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/extsdk-test-fix

Paul Eggleton (1):
  oeqa/sdkext/devtool: use a smaller module to test node.js functionality

 meta/lib/oeqa/sdkext/devtool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.5.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] oeqa/sdkext/devtool: use a smaller module to test node.js functionality
  2016-09-13  2:15 [PATCH 0/1] Optimisation for eSDK tests Paul Eggleton
@ 2016-09-13  2:15 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2016-09-13  2:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: Francisco Pedraza

The "forever" package, despite its innocent description, actually drags
in a surprising number of dependencies and as a result the nodejs test
takes up to 10 minutes as a result. Pick a different example with a much
more reasonable set of dependencies.

Addresses part of [YOCTO #10254].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/lib/oeqa/sdkext/devtool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/devtool.py
index ba12799..65f41f6 100644
--- a/meta/lib/oeqa/sdkext/devtool.py
+++ b/meta/lib/oeqa/sdkext/devtool.py
@@ -91,7 +91,7 @@ class DevtoolTest(oeSDKExtTest):
     @testcase(1478)
     @skipUnlessPassed('test_devtool_location')
     def test_recipes_for_nodejs(self):
-        package_nodejs = "npm://registry.npmjs.org;name=forever;version=0.15.1"
+        package_nodejs = "npm://registry.npmjs.org;name=winston;version=2.2.0"
         self._run('devtool add %s ' % package_nodejs)
         try:
             self._run('devtool build %s ' % package_nodejs)
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-13  2:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-13  2:15 [PATCH 0/1] Optimisation for eSDK tests Paul Eggleton
2016-09-13  2:15 ` [PATCH 1/1] oeqa/sdkext/devtool: use a smaller module to test node.js functionality Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.