We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb352a commit a5703a3Copy full SHA for a5703a3
1 file changed
tests/templates/kuttl/smoke/35-assert.yaml.j2
@@ -122,8 +122,7 @@ commands:
122
nifi.properties: |
123
nifi.administrative.yield.duration=30 sec
124
nifi.authorizer.configuration.file=/stackable/nifi/conf/authorizers.xml
125
- nifi.cluster.flow.election.max.candidates=
126
- nifi.cluster.flow.election.max.wait.time=10 secs
+ nifi.cluster.flow.election.max.candidates=2
127
nifi.cluster.is.node=true
128
{% if test_scenario['values']['use-zookeeper-manager'] == 'true' %}
129
nifi.cluster.leader.election.implementation=CuratorLeaderElectionManager
0 commit comments