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

Add support for GlassFish #51

Merged
merged 7 commits into from
Dec 7, 2020
Merged

Add support for GlassFish #51

merged 7 commits into from
Dec 7, 2020

Conversation

iNikem
Copy link
Contributor

@iNikem iNikem commented Dec 6, 2020

No description provided.

@iNikem iNikem requested a review from vovencij December 6, 2020 15:59
Copy link
Contributor

@vovencij vovencij left a comment

Choose a reason for hiding this comment

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

Will look into tomcat next.

@iNikem iNikem merged commit 83e64a6 into main Dec 7, 2020
@iNikem iNikem deleted the glassfish branch December 7, 2020 16:30
@Override
protected WaitStrategy getWaitStrategy() {
return Wait.forLogMessage(".*app was successfully deployed.*", 1)
.withStartupTimeout(Duration.ofMinutes(15));
Copy link
Contributor

Choose a reason for hiding this comment

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

That's a huge timeout. Does it really take this long to start?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, it does not. Left from local testing, will decrease separately

iNikem added a commit that referenced this pull request Dec 10, 2020
* Introduce proprietary images in test matrix and convert weblogic to such.

* Add support for GlassFish (#51)

* Add support for GlassFish

* Update Tomcat to new images as well

* Format

* Simplify config

* Update to new images that use application with context path

* Polish

* Actually disable failing test for now

* add maven local repository (#52)

* Detect liberty version (#53)

Detect WebSphere liberty version.

* Update tests to play well with both proprietary and public images.

* Removed separate weblogic project.

* Remove matrix parts for images that are reused from opentelemetry-java-instrumentation matrix.

* Remove matrix parts for images that are reused from opentelemetry-java-instrumentation matrix.

Co-authored-by: Nikita Salnikov-Tarnovski <nsalnikovtarnovski@splunk.com>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
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

Successfully merging this pull request may close these issues.

3 participants