MultiNodeConfig
Configure the role names and participants of the test, including configuration settings.
Attributes
- Source
- MultiNodeSpec.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Register a common base config for all test participants, if so desired.
Register a common base config for all test participants, if so desired.
Attributes
- Source
- MultiNodeSpec.scala
Include for verbose debug logging
Include for verbose debug logging
Value parameters
- on
-
when
true
debug Config is returned, otherwise config with info logging
Attributes
- Source
- MultiNodeSpec.scala
Attributes
- Source
- MultiNodeSpec.scala
Attributes
- Source
- MultiNodeSpec.scala
Register a config override for a specific participant.
Construct a RoleName and return it, to be used as an identifier in the test. Registration of a role name creates a role which then needs to be filled.
Construct a RoleName and return it, to be used as an identifier in the test. Registration of a role name creates a role which then needs to be filled.
Attributes
- Source
- MultiNodeSpec.scala
To be able to use blackhole
, passThrough
, and throttle
you must activate the failure injector and throttler transport adapters by specifying testTransport(on = true)
in your MultiNodeConfig.
To be able to use blackhole
, passThrough
, and throttle
you must activate the failure injector and throttler transport adapters by specifying testTransport(on = true)
in your MultiNodeConfig.
Attributes
- Source
- MultiNodeSpec.scala