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

zUnit processing doesn't report files in the Build Report HTML report #424

Open
M-DLB opened this issue Oct 6, 2023 · 3 comments
Open

Comments

@M-DLB
Copy link
Collaborator

M-DLB commented Oct 6, 2023

Running zUnitConfig processing as part of the Build process doesn't produce a clean output of tests being executed:
image

We can expect to have the files listed and other relevant information.

@dennis-behm
Copy link
Member

@M-DLB

The file attribute is implemented for JobExec API in DBB 2.0.1:
https://www.ibm.com/docs/api/v1/content/SS6T76_2.0.0/javadoc/com/ibm/dbb/build/JobExec.html#file-java.io.File-

I had opened the DBB idea - https://ideas.ibm.com/ideas/DBB-I-41 - to address the limitation in JCLExec. With the deprecation of the API, I doubt that this enhancement will be implemented.

To implement it, it would require to move to the new JobExec.

@M-DLB
Copy link
Collaborator Author

M-DLB commented Oct 18, 2023

I guess we should investigate to move to JobExec then, since JCLExec is deprecated and will eventually disappear from a future release of DBB.

@dennis-behm
Copy link
Member

Sorry, I think I messed something up with my response. The build file reference seems not to be implemented for the JobExec either.

I believe that the build file reference is a planned future item according to the status of the idea DBB-I-41 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants