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

The last line in the console output may be lost (regression) #5513

Closed
musienko-maxim opened this issue Jul 3, 2017 · 3 comments
Closed

The last line in the console output may be lost (regression) #5513

musienko-maxim opened this issue Jul 3, 2017 · 3 comments
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@musienko-maxim
Copy link
Contributor

Reproduction Steps:
This problem can be reproduced in the next usecase:

  1. import the project:web-gwt-java-simple.zip as maven
  2. create command cd /projects/web-gwt-java-simple && mvn clean install -DskipTests for building the project and launch it. Wait while the project will built properly
  3. create command mvn clean gwt:run-codeserver -f web-gwt-java-simple -Dgwt.bindAddress=0.0.0.0.
    Launch the command.
    Expected result: Should be present message like: [INFO] The code server is ready at http://05b1dbee7077:9876/
    Actual result: The message is absent
    OS and version: Fedora 25, Chrome browser, https://nightly.codenvy-stg.com server
    Additional information: related selenium test: CheckSimpleGwtAppTest
@musienko-maxim musienko-maxim added kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. labels Jul 3, 2017
@musienko-maxim musienko-maxim changed the title The last string in the output of console may be lost The last string in the output of console may be lost (regression) Jul 3, 2017
@riuvshin riuvshin changed the title The last string in the output of console may be lost (regression) The last line in the output of console may be lost (regression) Jul 4, 2017
@riuvshin riuvshin changed the title The last line in the output of console may be lost (regression) The last line in the console output may be lost (regression) Jul 4, 2017
@riuvshin
Copy link
Contributor

riuvshin commented Jul 4, 2017

@vparfonov please take a look.

@riuvshin riuvshin added this to the 5.15.0 milestone Jul 10, 2017
@vrubezhny
Copy link
Contributor

I believe the issue is already fixed by #5534
See: Issue #5546

screenshot from 2017-07-12 23-47-02

The PR has improved the RegEx pattern detection on output console line. Before the fix a NumberFormatException may happen on lines that consist of text like '... at ...'.

@musienko-maxim
Copy link
Contributor Author

The dependent test has passed on all Codenvy assemblies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

4 participants