rabbah commented on a change in pull request #2414: SPI approach for pluggable
implementations
URL:
https://github.com/apache/incubator-openwhisk/pull/2414#discussion_r124364852
##########
File path:
tests/src/test/scala/whisk/core/cli/test/SequenceMigrationTests.scala
##########
@@ -55,6 +54,9 @@ class SequenceMigrationTests
val wsk = new Wsk
val whiskConfig = new WhiskConfig(WhiskEntityStore.requiredProperties)
// handle on the entity datastore
+
+ SharedModules.initSharedModules(List(new SharedModule(actorSystem,
whiskConfig, logging)))
Review comment:
perhaps this should go into a helper trait that gets weaved in with many of
tests? perhaps `WskActorSystem`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services