Skip to content

Commit

Permalink
Merge branch 'next' into node-improvements
Browse files Browse the repository at this point in the history
* next:
  Update node maze-runner version to v7 (#1871)
  • Loading branch information
djskinner committed Nov 22, 2022
2 parents 2073484 + 8d607ca commit c821e92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN npm pack --verbose packages/plugin-koa/
RUN npm pack --verbose packages/plugin-restify/

# The maze-runner node tests
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v6-cli as node-maze-runner
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v7-cli as node-maze-runner
WORKDIR /app/
COPY packages/node/ .
COPY test/node/features test/node/features
Expand Down
2 changes: 1 addition & 1 deletion test/node/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.8.0'
gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v7.6.0'

# Use a branch of Maze Runner
#gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'tms/use-maze-check'
Expand Down
2 changes: 1 addition & 1 deletion test/node/features/cause.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Scenario: Error thrown with a cause in the constructor
And the error payload field "events.0.exceptions.1.errorClass" equals "Error"
And the error payload field "events.0.exceptions.1.message" equals "I am the cause"
And the error payload field "events.0.exceptions.1.type" equals "nodejs"
And the error payload field "events.0.exceptions.1.stacktrace" is an non-empty array
And the error payload field "events.0.exceptions.1.stacktrace" is a non-empty array

Scenario: Error thrown with a cause assigned
When I run the service "cause" with the command "node scenarios/error_assignment"
Expand Down

0 comments on commit c821e92

Please sign in to comment.