-
Notifications
You must be signed in to change notification settings - Fork 0
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
[JBEE-257] Add an script to run the Standalone Jakarta Mail TCK #2
base: master
Are you sure you want to change the base?
Conversation
I built maven project and started tck script locally. Will see how that works and then review change. |
Hmm, maybe I need root access:
|
Still see:
I guess it doesn't have to work for me. Some tests passed: |
@scottmarlow thanks for reviewing it, I had the container cached and I did not find that issue. Could you try again? |
Should I run as root or non-root? I'm running as root when getting:
|
Perhaps I need to delete images locally:
|
non-root worked fine for me You could check the files generated at /tmp/standalone-tck The script creates the Dockerfile to build the cts-mailserver container. These are the steps to build it: https://github.com/jboss/jakarta-mail/pull/2/files#diff-37fc6d0c2a80bf705c9788d89d49e8ebfa5e17796a5fc085d1e402622ac6358fR161-R197 |
I removed all of my local podman images and ran again (as non-root after remove
|
Jira issue: https://issues.redhat.com/browse/JBEE-257
A basic configuration to run the standalone TCK locally for Jakarta Mail API
CC @scottmarlow