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

Better logging for incorrect isStarted when installing app in Liberty Server #30482

Open
benjamin-confino opened this issue Jan 6, 2025 · 0 comments

Comments

@benjamin-confino
Copy link
Member

In a fat test. If a repeat does not stop the server, and the next repeat installs an app then:

  • The messages.log file will have been removed during the switch to a new repeat action
  • As part of installing the app, the fat framework will see LibertyServer.isStarted is true, and attempt to search messages.log
  • And because it can't find the file you get a failure with almost no logging.

While the situation here is to ensure all fat tests shut down the sever at the appropriate time; better logging is needed.

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

1 participant