getappmap / appmap-node

AppMap client agent for Node.js
Other
9 stars 4 forks source link

Updating to 2.19.0 causes tests to timeout #130

Closed kgilpin closed 6 months ago

kgilpin commented 6 months ago

Commit:

commit 5df29ea2c26dd2c9ea1ac925b3ea1576aa86bd74
Author: Kevin Gilpin <kgilpin@gmail.com>
Date:   Wed Mar 20 14:25:23 2024 -0400

    chore: Update appmap-node

diff --git a/packages/cli/package.json b/packages/cli/package.json
index 129cf9829..eb9bd7225 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -50,7 +50,7 @@
     "@types/tmp": "^0.2.3",
     "@types/validator": "^13.7.10",
     "@types/w3c-xmlserializer": "^2.0.2",
-    "appmap-node": "^2.18.0",
+    "appmap-node": "^2.19.0",
     "esbuild": "0.19.8",
     "eslint": "^7.25.0",
     "eslint-config-airbnb-base": "^14.2.1",
diff --git a/packages/navie/package.json b/packages/navie/package.json
index 063ff244b..7a7b9c5db 100644
--- a/packages/navie/package.json
+++ b/packages/navie/package.json
@@ -23,6 +23,7 @@
     "@types/node": "^17.0.2",
     "@typescript-eslint/eslint-plugin": "^5.51.0",
     "@typescript-eslint/parser": "^5.7.0",
+    "appmap-node": "^2.19.0",
     "eslint": "^8.4.1",
     "eslint-config-airbnb-base": "^15.0.0",
     "eslint-config-airbnb-typescript": "^17.0.0",

Build error: https://github.com/getappmap/appmap-js/actions/runs/8365937412/job/22905042906#step:5:589

The commit shown above is now reverted from the repo to enable the build to pass, but you can easily re-apply it. I was able to reproduce this locally without any trouble.

appland-release commented 6 months ago

:tada: This issue has been resolved in version 2.19.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: