Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong error check when reading manifest #4052

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

Martin-Zeithaml
Copy link
Contributor

No result -> print error.

Minitest

import * as common from '../../libs/common';
import * as common_NOFIX from '../../libs/common_NOFIX';

console.log(common_NOFIX.getZoweVersion());
console.log(`--------`);
console.log(common.getZoweVersion());

Result

ERROR: Could not read runtime manifest in /zowe/runtime/3000/manifest.json
undefined
--------
3.0.0

Signed-off-by: Martin Zeithaml <[email protected]>
Copy link

github-actions bot commented Oct 16, 2024

build 6293 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/11361534756

Copy link

github-actions bot commented Oct 16, 2024

Test workflow 5604 is started.
Running install test: Convenience Pax
The zowe artifact being used by this test workflow: libs-snapshot-local/org/zowe/3.1.0-PR-4052/zowe-3.1.0-pr-4052-6293-20241016081541.pax
Running on machine: zzow07
Result: FAILURE
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/11361658350

@MarkAckert MarkAckert added the Build: None Used in CI label Nov 4, 2024
@MarkAckert MarkAckert merged commit 6abe8e9 into v3.x/staging Nov 4, 2024
7 of 8 checks passed
@MarkAckert MarkAckert deleted the v3.x/Martin-Zeithaml-patch-common branch November 4, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build: None Used in CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants