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

PLANNER-1128: Fixed infinite loading bug #160

Merged
merged 1 commit into from Jun 4, 2018

Conversation

Christopher-Chianelli
Copy link
Collaborator

No description provided.

@yurloc yurloc self-requested a review June 1, 2018 17:33
@Christopher-Chianelli
Copy link
Collaborator Author

Logs seem to suggest parallel execution of integration tests causes this PR to fail:

17:45:13 [WARNING] *****************************************************************
17:45:13 [WARNING] * Your build is requesting parallel execution, but project      *
17:45:13 [WARNING] * contains the following plugin(s) that have goals not marked   *
17:45:13 [WARNING] * as @threadSafe to support parallel building.                  *
17:45:13 [WARNING] * While this /may/ work fine, please look for plugin updates    *
17:45:13 [WARNING] * and/or request plugins be made thread-safe.                   *
17:45:13 [WARNING] * If reporting an issue, report it against the plugin in        *
17:45:13 [WARNING] * question, not against maven-core                              *
17:45:13 [WARNING] *****************************************************************
17:45:13 [WARNING] The following plugins are not marked @threadSafe in Employee Rostering as a Service Webapp:
17:45:13 [WARNING] org.codehaus.cargo:cargo-maven2-plugin:1.6.5
17:45:13 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.

and

17:46:14 [WARNING] The requested profile "wildfly11" could not be activated because it does not exist.
17:46:14 [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.6.5:start (start-container) on project optashift-employee-rostering-webapp: Cannot start container [org.codehaus.cargo.container.wildfly.WildFly11xInstalledLocalContainer@3e343f29]: Deployable [http://localhost:8080/] failed to finish deploying within the timeout period [30000]. The Deployable state is thus unknown. -> [Help 1]

@Christopher-Chianelli
Copy link
Collaborator Author

mvn clean install works on my machine, so look like it an issue with parallel execution

@yurloc
Copy link
Member

yurloc commented Jun 2, 2018

jenkins retest this

@yurloc yurloc merged commit 34ae8ab into kiegroup:master Jun 4, 2018
@yurloc
Copy link
Member

yurloc commented Jun 4, 2018

The build failed because of the deployment timeout in cargo plugin. Should be fixed by #161.

@Christopher-Chianelli Christopher-Chianelli deleted the PLANNER-1128 branch November 19, 2019 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants