Skip to content

Added ZOWE_TEST_JUNIT_XML and option to check memory leaks in test cases #601

Draft
RamkrishnaRocket1 wants to merge 5 commits into
test/testsfrom
tests_report
Draft

Added ZOWE_TEST_JUNIT_XML and option to check memory leaks in test cases #601
RamkrishnaRocket1 wants to merge 5 commits into
test/testsfrom
tests_report

Conversation

@RamkrishnaRocket1

Copy link
Copy Markdown

Proposed changes

This PR addresses Issue: [Link to Github issue within https://github.com/zowe/zowe-common-c/issues if any]

This PR depends upon the following PRs:

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Change in a documentation
  • Refactor the code
  • Chore, repository cleanup, updates the dependencies.
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

PR Checklist

Please delete options that are not relevant.

  • If the changes in this PR are meant for the next release / mainline, this PR targets the "staging" branch.
  • My code follows the style guidelines of this project (see: Contributing guideline)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes
  • video or image is included if visual changes are made
  • Relevant update to CHANGELOG.md
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works, or describe a test method below

Testing

Further comments

Signed-off-by: RamkrishnaRocket1 <rdakwa@rocketsoftware.com>
@RamkrishnaRocket1 RamkrishnaRocket1 changed the title adding_Reporting_func Added ZOWE_TEST_JUNIT_XML and option to check memory leaks in test cases May 27, 2026
Signed-off-by: RamkrishnaRocket1 <rdakwa@rocketsoftware.com>
@@ -0,0 +1,249 @@
name: Unit Tests
permissions:
contents: read
name: Unit Tests
permissions:
contents: read
checks: write
permissions:
contents: read
checks: write
pull-requests: write
Signed-off-by: RamkrishnaRocket1 <rdakwa@rocketsoftware.com>
Signed-off-by: RamkrishnaRocket1 <rdakwa@rocketsoftware.com>
Signed-off-by: RamkrishnaRocket1 <rdakwa@rocketsoftware.com>
@sonarqubecloud

sonarqubecloud Bot commented Jun 2, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
13 Security Hotspots
C Security Rating on New Code (required ≥ A)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Comment thread platform/posix/psxfile.c
return -1;
}

int dstFD = open(newFileName, O_WRONLY | O_CREAT | O_TRUNC, 0644);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants