Skip to content

Commit

Permalink
Update server version, skip allow direct check
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed Jul 28, 2022
1 parent 642814a commit 02233b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install_nats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export DEFAULT_NATS_SERVER_VERSION=v2.7.2
export DEFAULT_NATS_SERVER_VERSION=v2.8.4

export NATS_SERVER_VERSION="${NATS_SERVER_VERSION:=$DEFAULT_NATS_SERVER_VERSION}"

Expand Down
4 changes: 2 additions & 2 deletions spec/js_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1027,11 +1027,11 @@
subjects: ["v29"],
num_replicas: 1,
no_ack: true,
allow_direct: true,
# allow_direct: true,
placement: placement
)
expect(resp).to be_a NATS::JetStream::API::StreamCreateResponse
expect(resp.config.allow_direct).to eql(true)
# expect(resp.config.allow_direct).to eql(true)
expect(resp.config.no_ack).to eql(true)
expect(resp.config.placement).to eql(placement)

Expand Down

0 comments on commit 02233b7

Please sign in to comment.