-
Notifications
You must be signed in to change notification settings - Fork 14
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
Jaxws bootable jar test #83
Conversation
Hi @rsearls. Thanks for your PR. I'm waiting for a Intersmash member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @rsearls! It's great that you started the demos
module!
Since we want to bring in the examples incrementally, I'd start with just the jaxws
test, and remove the following:
- all the changes to the
testsuite
module - all the changes to the
tools
module - the whole
demos/legacy-wildfly-shrinkwrap-example
module - the
ws-bootable-jar-example/jaxrs
module - the demos/ws-bootable-jar-example/ws-bootable-jar-example.iml file
BTW the testsuite/pom.xml
conflict will disappear once the first bullet above is done.
I'll review the other parts meanwhile.
7cc2104
to
1a66edc
Compare
Hi @rsearls - I see you moved the test app deployment under the So please, keep the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rsearls - I had another round of review and I think we're moving in the right direction. I dropped some comments.
demos/ws-bootable-jar-example/jaxws/maven/bootable-jar-baremetal
Outdated
Show resolved
Hide resolved
demos/ws-bootable-jar-example/jaxws/src/main/java/org/jboss/jaxws/Endpoint.java
Outdated
Show resolved
Hide resolved
demos/ws-bootable-jar-example/jaxws/src/main/java/org/jboss/jaxws/EndpointImpl.java
Outdated
Show resolved
Hide resolved
...-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java
Outdated
Show resolved
Hide resolved
...-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java
Outdated
Show resolved
Hide resolved
6e226ff
to
3bd23e8
Compare
/test intersmash-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rsearls and thanks for addressing my comments.
It seems we're on the right way and almost done! I've replied to a couple of comments and suggested some changes, which BTW I've experimented a bit with, and that you can preview here.
Also, feel free to squash your commits so that we've got less changes when merging.
Hi @rsearls - I've noticed that wildfly bits were not bumped, so I added one commit to my topic branch for doing that, see fabiobrz@02725cd |
@fabiobrz [2023-09-27 19:59:22,032] INFO - Waiting up to 1 minute. Reason: Cleaning project - intersmash-com I've reviewed the code in WildflyBootableJarTestCase and its dependencies. Perhaps the wait time for cleanup should be extended. |
/test prod-intersmash-e2e-prod |
All Green now @rsearls, great job! |
6946e18
to
baf88e9
Compare
Squash complete |
80d3fc2
to
03b5dd2
Compare
03b5dd2
to
a3fd7dc
Compare
/test all |
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rsearls for contrbuting the first Intersmash demo! 😃
Changes LGTM, and I'll merge them as soon as you fill in the boxes in the description!
done |
Description
A jaxws test example
(fix #82)
Type of change
test, version modification, documentation, etc.)
Checklist