Skip to content

Commit c800303

Browse files
craig[bot]rafiss
craig[bot]
andcommitted
Merge #110065
110065: roachtest: fix dependencies in typeorm tests r=rafiss a=rafiss The new version avoids this error: ``` npm ERR! File "/home/ubuntu/.node-gyp/18.17.1/include/node/common.gypi", line 1 npm ERR! 'uv_library%': 'static_library', npm ERR! ^ npm ERR! SyntaxError: invalid syntax npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1 npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/mnt/data1/typeorm/node_modules/node-gyp/lib/configure.js:345:16) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:514:28) npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12) npm ERR! gyp ERR! System Linux 5.15.0-1039-gcp npm ERR! gyp ERR! command "/usr/bin/node" "/mnt/data1/typeorm/node_modules/.bin/node-gyp" "rebuild" "--release" npm ERR! gyp ERR! cwd /mnt/data1/typeorm/node_modules/better-sqlite3 npm ERR! gyp ERR! node -v v18.17.1 npm ERR! gyp ERR! node-gyp -v v3.8.0 npm ERR! gyp ERR! not ok ``` fixes #109962 fixes #109961 fixes #109981 fixes #109980 fixes #109958 fixes #109963 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents 7227ee8 + ef44b01 commit c800303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/typeorm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
var typeORMReleaseTagRegex = regexp.MustCompile(`^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<point>\d+)$`)
28-
var supportedTypeORMRelease = "0.3.5"
28+
var supportedTypeORMRelease = "0.3.17"
2929

3030
// This test runs TypeORM's full test suite against a single cockroach node.
3131
func registerTypeORM(r registry.Registry) {

0 commit comments

Comments
 (0)