-
Notifications
You must be signed in to change notification settings - Fork 148
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
Increase stop-domain
command timeout in tests
#24812
Increase stop-domain
command timeout in tests
#24812
Conversation
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
65f71ef
to
9dde62a
Compare
I am quite sure that domain should stop much faster than in 10 seconds if everything is alright, especially with |
To me it seems there is some different issue - the shutdown hook from admin-tests is not executed or is executed too late sometimes, for some reason, and just on Jenkins.
Or maybe these is yet different issue ... I know I wrote this code, but why the hell the change-admin-password command failed?
|
And the next build was successful:
I know that asadmin sometimes creates files in user's home directory ... could it be related? |
You're right. This is a temporary solution. But now we have a problem with admin console. I'm working on it. You can reproduce the problem with these steps:
Shortly, admin console try to start when GlassFish already stopped. |
on my local machine |
This is a part of the
|
Wow, that is really interesting and might be the cause ... hmmm
|
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.
Ok, lets do that. I see this as good news, at least now it is not a mystery any more :-)
This should decrease frequency of failures of the
application-tests
.