[JBoss JIRA] (RFPL-2257) Review test coverage of autocomplete
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RFPL-2257?page=com.atlassian.jira.plugin.... ]
Matej Novotny commented on RFPL-2257:
-------------------------------------
I added the tests to RF5 and modified them to pass (removing some handlers we do not use in new autocomplete, changing locator etc.).
I came across an issue with autoFill - RF-13415 and marked the test accordingly.
I will check Jenkins jobs later to ensure the tests pass.
Resolving issue.
> Review test coverage of autocomplete
> -------------------------------------
>
> Key: RFPL-2257
> URL: https://issues.jboss.org/browse/RFPL-2257
> Project: RichFaces Planning
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: QE
> Affects Versions: 4.2.2.Final
> Reporter: Pavol Pitonak
> Assignee: Matej Novotny
> Fix For: 5-Future
>
>
> Review which attributes of rich:autocomplete are covered by tests and if needed, create new Se2 tests.
> I couldn't find tests e.g. for:
> * onclick and other handlers
> * inputClass
> * minChars
> * style, styleClass
> * ...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RFPL-3282) Showcase failure 2014-03-31
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RFPL-3282?page=com.atlassian.jira.plugin.... ]
Brian Leathem commented on RFPL-3282:
-------------------------------------
Looking in the deployments folder I can see the app got undeployed. Simply removing the undeployed marker file and restarting the app was sufficient to trigger a re-deploy:
{code}
[showcase-richfaces.rhcloud.com 52ec0be35973ca57c9000064]\> ls jbosseap/standalone/deployments/
ROOT.war ROOT.war.undeployed
[showcase-richfaces.rhcloud.com 52ec0be35973ca57c9000064]\> rm jbosseap/standalone/deployments/ROOT.war.undeployed
{code}
> Showcase failure 2014-03-31
> ----------------------------
>
> Key: RFPL-3282
> URL: https://issues.jboss.org/browse/RFPL-3282
> Project: RichFaces Planning
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Brian Leathem
>
> Showcase failed with an out-of-memory failure:
> {code}
> 2014/03/26 11:48:18,664 ERROR [org.apache.coyote.http11] (http-/127.6.77.1:8080-58) JBWEB003038: Error processing request: java.lang.OutOfMemoryError: Java heap space
> at org.apache.tomcat.util.buf.CharChunk.allocate(CharChunk.java:124) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.tomcat.util.buf.CharChunk.<init>(CharChunk.java:87) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.catalina.connector.InputBuffer.<init>(InputBuffer.java:171) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.catalina.connector.InputBuffer.<init>(InputBuffer.java:154) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.catalina.connector.Request.<init>(Request.java:295) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.catalina.connector.Connector.createRequest(Connector.java:879) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:295) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb.jar:7.3.0.Final-redhat-2]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb.jar:7.3.0.Final-redhat-2]
> at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months