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

Enable HTML test report #897

Merged
merged 6 commits into from
Nov 13, 2024
Merged

Conversation

ykmr1224
Copy link
Collaborator

@ykmr1224 ykmr1224 commented Nov 13, 2024

Description

  • Enable HTML test report for easier debug in case of test failure
    • Test output will be available in the page for failed test cases.
  • The result would be uploaded as artifact and can be downloaded as ZIP file
  • The report will be stored in separate folder per package

Sample Image:
Screenshot 2024-11-12 at 16 38 26

Related Issues

n/a

Check List

  • Updated documentation (docs/ppl-lang/README.md)
  • Implemented unit tests
  • Implemented tests for combination with other commands
  • New added source code should include a copyright header
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Tomoyuki Morita <[email protected]>
@YANG-DB
Copy link
Member

YANG-DB commented Nov 13, 2024

@ykmr1224 very nice !!

Signed-off-by: Tomoyuki Morita <[email protected]>
Signed-off-by: Tomoyuki Morita <[email protected]>
Copy link
Collaborator

@dai-chen dai-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes!

build.sbt Outdated Show resolved Hide resolved
@dai-chen dai-chen added the infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. label Nov 13, 2024
Signed-off-by: Tomoyuki Morita <[email protected]>
@ykmr1224 ykmr1224 merged commit 78f2fbe into opensearch-project:main Nov 13, 2024
4 checks passed
kenrickyap pushed a commit to Bit-Quill/opensearch-spark that referenced this pull request Dec 11, 2024
* Enable HTML test report

Signed-off-by: Tomoyuki Morita <[email protected]>

* Extend heap memory

Signed-off-by: Tomoyuki Morita <[email protected]>

* Try extending memory for subproject

Signed-off-by: Tomoyuki Morita <[email protected]>

* Use env variable to extend heap size

Signed-off-by: Tomoyuki Morita <[email protected]>

* Add comment

Signed-off-by: Tomoyuki Morita <[email protected]>

* Scope library dependency to test

Signed-off-by: Tomoyuki Morita <[email protected]>

---------

Signed-off-by: Tomoyuki Morita <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants