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

Unable to insert entry in config file : server.env in LINUX & Windows #988

Closed
anusreelakshmi934 opened this issue Sep 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@anusreelakshmi934
Copy link
Contributor

anusreelakshmi934 commented Sep 20, 2024

In Linux While running the UI Tests, In the test GradleSingleModLSTest > testInsertLibertyConfigIntoServerEnv() we are getting a failure.

Build link - https://github.com/anusreelakshmi934/liberty-tools-intellij/actions/runs/10953290952/job/30413321818#step:10:1120

GradleSingleModLSTest > testInsertLibertyConfigIntoServerEnv() FAILED
java.lang.RuntimeException: Unable to insert entry in config file : server.env using text: WLP_LOGGING_CON

Attaching the failure video.

Video.mov

The correct test should get suggestions while typing WLP_LOGGING_CON and should click on the suggestion given. But here it is not getting suggestions.

@turkeylurkey
Copy link
Member

Similar Mac error: #973

@turkeylurkey
Copy link
Member

This is related to the hover test using the word NONE because they are in the same test case and both use the same language server.
image
First we insert using completion and then type NONE to test hover.

@vaisakhkannan
Copy link
Contributor

Found similar issue on Windows GHA Builds today:

serverenv-issue.mov

@aparnamichael aparnamichael added the bug Something isn't working label Sep 23, 2024
@aparnamichael aparnamichael changed the title Unable to insert entry in config file : server.env in LINUX Unable to insert entry in config file : server.env in LINUX & Windows Sep 23, 2024
@anusreelakshmi934
Copy link
Contributor Author

Closing the issue as a fix has been merged, which resolves this problem. The issue is no longer reproducible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

4 participants