[JBoss JIRA] (DROOLS-1952) [DMN Editor] Introduce marshalling test in the way DMN - String - DMN
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1952?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-1952:
--------------------------------
Description:
Currently marshaling test assumes as the initial input a *.dmn file that is consequently converted to Graph, next this Graph is converted to XML and finally the XML is transformed to Graph that is asserted for required properties.
This task should introduce test that will assume as an initial input Graph, that will be converted to xml, this xml will be converted again to Graph and finally this Graph will be asserted for required properties.
was:
Currently marshaling test assumes as the initial input a *.dmn file that is consequently converted to Graph, next this Graph is converted to XML and finally the XML is transformed to Graph that is asserted for required properties.
This task should introduce test that will assume as an initial input Graph, that will be converted to JSON, this JSON will be converted again to Graph and finally this Graph will be asserted for required properties.
> [DMN Editor] Introduce marshalling test in the way DMN - String - DMN
> ---------------------------------------------------------------------
>
> Key: DROOLS-1952
> URL: https://issues.jboss.org/browse/DROOLS-1952
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Affects Versions: 7.2.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Labels: drools-tools
>
> Currently marshaling test assumes as the initial input a *.dmn file that is consequently converted to Graph, next this Graph is converted to XML and finally the XML is transformed to Graph that is asserted for required properties.
> This task should introduce test that will assume as an initial input Graph, that will be converted to xml, this xml will be converted again to Graph and finally this Graph will be asserted for required properties.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (WFLY-10951) JDK11 elytron UndertowTwoWaySslNeedClientAuthTestCase failure
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/WFLY-10951?page=com.atlassian.jira.plugin... ]
Jan Kalina updated WFLY-10951:
------------------------------
Description:
Following exception occure instead of {{SSLHandshakeException | SocketException}}:
{code}
javax.net.ssl.SSLException: readHandshakeRecord
Caused by: java.net.SocketException: Broken pipe (Write failed)
{code}
To reproduce:
{code}
cd testsuite/integration/basic
JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=UndertowTwoWaySslNeedClientAuthTestCase
{code}
{code}
cd testsuite/integration/manualmode
JAVA_HOME=/opt/jdk-11+28/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=HTTPSWebConnectorTestCase
{code}
was:
Following exception occure instead of {{SSLHandshakeException | SocketException}}:
{code}
javax.net.ssl.SSLException: readHandshakeRecord
Caused by: java.net.SocketException: Broken pipe (Write failed)
{code}
{code}
cd testsuite/integration/basic
JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=UndertowTwoWaySslNeedClientAuthTestCase
{code}
{code}
cd testsuite/integration/manualmode
JAVA_HOME=/opt/jdk-11+28/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=HTTPSWebConnectorTestCase
{code}
> JDK11 elytron UndertowTwoWaySslNeedClientAuthTestCase failure
> -------------------------------------------------------------
>
> Key: WFLY-10951
> URL: https://issues.jboss.org/browse/WFLY-10951
> Project: WildFly
> Issue Type: Sub-task
> Components: Test Suite
> Reporter: Jan Kalina
> Assignee: Jan Kalina
>
> Following exception occure instead of {{SSLHandshakeException | SocketException}}:
> {code}
> javax.net.ssl.SSLException: readHandshakeRecord
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> {code}
> To reproduce:
> {code}
> cd testsuite/integration/basic
> JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=UndertowTwoWaySslNeedClientAuthTestCase
> {code}
> {code}
> cd testsuite/integration/manualmode
> JAVA_HOME=/opt/jdk-11+28/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=HTTPSWebConnectorTestCase
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (WFLY-10951) JDK11 elytron UndertowTwoWaySslNeedClientAuthTestCase failure
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/WFLY-10951?page=com.atlassian.jira.plugin... ]
Jan Kalina updated WFLY-10951:
------------------------------
Description:
Following exception occure instead of {{SSLHandshakeException | SocketException}}:
{code}
javax.net.ssl.SSLException: readHandshakeRecord
Caused by: java.net.SocketException: Broken pipe (Write failed)
{code}
{code}
cd testsuite/integration/basic
JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=UndertowTwoWaySslNeedClientAuthTestCase
{code}
{code}
cd testsuite/integration/manualmode
JAVA_HOME=/opt/jdk-11+28/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=HTTPSWebConnectorTestCase
{code}
was:
{code}
cd testsuite/integration/basic
JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=UndertowTwoWaySslNeedClientAuthTestCase
{code}
> JDK11 elytron UndertowTwoWaySslNeedClientAuthTestCase failure
> -------------------------------------------------------------
>
> Key: WFLY-10951
> URL: https://issues.jboss.org/browse/WFLY-10951
> Project: WildFly
> Issue Type: Sub-task
> Components: Test Suite
> Reporter: Jan Kalina
> Assignee: Jan Kalina
>
> Following exception occure instead of {{SSLHandshakeException | SocketException}}:
> {code}
> javax.net.ssl.SSLException: readHandshakeRecord
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> {code}
> {code}
> cd testsuite/integration/basic
> JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=UndertowTwoWaySslNeedClientAuthTestCase
> {code}
> {code}
> cd testsuite/integration/manualmode
> JAVA_HOME=/opt/jdk-11+28/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=HTTPSWebConnectorTestCase
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months