Test java #65
Annotations
7 errors and 2 warnings
|
build-and-test (macos-latest)
Process completed with exit code 1.
|
|
test/java/jenv/jenv.test.ts > Jenv resource integration tests > Removes jenv startup lines from shell RC on destroy:
test/java/jenv/jenv.test.ts#L107
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/java/jenv/jenv.test.ts:107:47
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:137:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:85:7
❯ test/java/jenv/jenv.test.ts:95:5
|
|
test/java/jenv/jenv.test.ts > Jenv resource integration tests > Installs jenv using an explicit Homebrew path instead of version shorthand:
test/java/jenv/jenv.test.ts#L89
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/java/jenv/jenv.test.ts:89:47
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:137:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:85:7
❯ test/java/jenv/jenv.test.ts:72:5
|
|
test/java/jenv/jenv.test.ts > Jenv resource integration tests > Installs jenv without setting a global version:
test/java/jenv/jenv.test.ts#L66
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/java/jenv/jenv.test.ts:66:47
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:137:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:85:7
❯ test/java/jenv/jenv.test.ts:48:5
|
|
test/java/jenv/jenv.test.ts > Jenv resource integration tests > Installs jenv and java with homebrew:
test/java/jenv/jenv.test.ts#L42
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/java/jenv/jenv.test.ts:42:47
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:137:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:85:7
❯ test/java/jenv/jenv.test.ts:13:5
|
|
build-and-test (macos-latest)
No such keg: /opt/homebrew/Cellar/openjdk@21
|
|
build-and-test (macos-latest)
No such keg: /opt/homebrew/Cellar/openjdk@17
|
|
build-and-test (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test (macos-latest)
openjdk@21 was installed but not linked because openjdk@17 is already installed.
To link this version, run:
brew link openjdk@21
|