[JBoss JIRA] (ELY-1505) org.wildfly.security.asn1.DEREncoderTest fails on new JDK7 v.161
by Ivo Studensky (JIRA)
[ https://issues.jboss.org/browse/ELY-1505?page=com.atlassian.jira.plugin.s... ]
Ivo Studensky reassigned ELY-1505:
----------------------------------
Assignee: Ivo Studensky
> org.wildfly.security.asn1.DEREncoderTest fails on new JDK7 v.161
> ----------------------------------------------------------------
>
> Key: ELY-1505
> URL: https://issues.jboss.org/browse/ELY-1505
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Testsuite
> Reporter: Ivo Studensky
> Assignee: Ivo Studensky
> Priority: Minor
>
> The org.wildfly.security.asn1.DEREncoderTest#testEncodeDSAKey() fails on JDK7 v.161 due to:
> {noformat}
> [ERROR] testEncodeDSAKey(org.wildfly.security.asn1.DEREncoderTest) Time elapsed: 0.124 s <<< ERROR!
> java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
> at sun.security.provider.DSA.checkKey(DSA.java:111)
> at sun.security.provider.DSA.engineInitSign(DSA.java:143)
> at java.security.Signature$Delegate.init(Signature.java:1156)
> at java.security.Signature$Delegate.chooseProvider(Signature.java:1116)
> at java.security.Signature$Delegate.engineInitSign(Signature.java:1180)
> at java.security.Signature.initSign(Signature.java:531)
> at org.wildfly.security.asn1.DEREncoderTest.testEncodeDSAKey(DEREncoderTest.java:458)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
> at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
> {noformat}
> It affects also older tags, not only 1.1.8. It might be related to
> https://bugs.java.com/view_bug.do?bug_id=8184341
> It seems to be a testsuite issue only.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ELY-1505) org.wildfly.security.asn1.DEREncoderTest fails on new JDK8 v.161
by Ivo Studensky (JIRA)
[ https://issues.jboss.org/browse/ELY-1505?page=com.atlassian.jira.plugin.s... ]
Ivo Studensky updated ELY-1505:
-------------------------------
Summary: org.wildfly.security.asn1.DEREncoderTest fails on new JDK8 v.161 (was: org.wildfly.security.asn1.DEREncoderTest fails on new JDK7 v.161)
> org.wildfly.security.asn1.DEREncoderTest fails on new JDK8 v.161
> ----------------------------------------------------------------
>
> Key: ELY-1505
> URL: https://issues.jboss.org/browse/ELY-1505
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Testsuite
> Reporter: Ivo Studensky
> Assignee: Ivo Studensky
> Priority: Minor
>
> The org.wildfly.security.asn1.DEREncoderTest#testEncodeDSAKey() fails on JDK7 v.161 due to:
> {noformat}
> [ERROR] testEncodeDSAKey(org.wildfly.security.asn1.DEREncoderTest) Time elapsed: 0.124 s <<< ERROR!
> java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
> at sun.security.provider.DSA.checkKey(DSA.java:111)
> at sun.security.provider.DSA.engineInitSign(DSA.java:143)
> at java.security.Signature$Delegate.init(Signature.java:1156)
> at java.security.Signature$Delegate.chooseProvider(Signature.java:1116)
> at java.security.Signature$Delegate.engineInitSign(Signature.java:1180)
> at java.security.Signature.initSign(Signature.java:531)
> at org.wildfly.security.asn1.DEREncoderTest.testEncodeDSAKey(DEREncoderTest.java:458)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
> at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
> {noformat}
> It affects also older tags, not only 1.1.8. It might be related to
> https://bugs.java.com/view_bug.do?bug_id=8184341
> It seems to be a testsuite issue only.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ELY-1505) org.wildfly.security.asn1.DEREncoderTest fails on new JDK 7v.161
by Ivo Studensky (JIRA)
Ivo Studensky created ELY-1505:
----------------------------------
Summary: org.wildfly.security.asn1.DEREncoderTest fails on new JDK 7v.161
Key: ELY-1505
URL: https://issues.jboss.org/browse/ELY-1505
Project: WildFly Elytron
Issue Type: Bug
Components: Testsuite
Reporter: Ivo Studensky
Priority: Minor
The org.wildfly.security.asn1.DEREncoderTest#testEncodeDSAKey() fails on JDK7 v.161 due to:
{noformat}
[ERROR] testEncodeDSAKey(org.wildfly.security.asn1.DEREncoderTest) Time elapsed: 0.124 s <<< ERROR!
java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
at sun.security.provider.DSA.checkKey(DSA.java:111)
at sun.security.provider.DSA.engineInitSign(DSA.java:143)
at java.security.Signature$Delegate.init(Signature.java:1156)
at java.security.Signature$Delegate.chooseProvider(Signature.java:1116)
at java.security.Signature$Delegate.engineInitSign(Signature.java:1180)
at java.security.Signature.initSign(Signature.java:531)
at org.wildfly.security.asn1.DEREncoderTest.testEncodeDSAKey(DEREncoderTest.java:458)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
{noformat}
It affects also older tags, not only 1.1.8. It might be related to
https://bugs.java.com/view_bug.do?bug_id=8184341
It seems to be a testsuite issue only.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ELY-1505) org.wildfly.security.asn1.DEREncoderTest fails on new JDK7 v.161
by Ivo Studensky (JIRA)
[ https://issues.jboss.org/browse/ELY-1505?page=com.atlassian.jira.plugin.s... ]
Ivo Studensky updated ELY-1505:
-------------------------------
Summary: org.wildfly.security.asn1.DEREncoderTest fails on new JDK7 v.161 (was: org.wildfly.security.asn1.DEREncoderTest fails on new JDK 7v.161)
> org.wildfly.security.asn1.DEREncoderTest fails on new JDK7 v.161
> ----------------------------------------------------------------
>
> Key: ELY-1505
> URL: https://issues.jboss.org/browse/ELY-1505
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Testsuite
> Reporter: Ivo Studensky
> Priority: Minor
>
> The org.wildfly.security.asn1.DEREncoderTest#testEncodeDSAKey() fails on JDK7 v.161 due to:
> {noformat}
> [ERROR] testEncodeDSAKey(org.wildfly.security.asn1.DEREncoderTest) Time elapsed: 0.124 s <<< ERROR!
> java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
> at sun.security.provider.DSA.checkKey(DSA.java:111)
> at sun.security.provider.DSA.engineInitSign(DSA.java:143)
> at java.security.Signature$Delegate.init(Signature.java:1156)
> at java.security.Signature$Delegate.chooseProvider(Signature.java:1116)
> at java.security.Signature$Delegate.engineInitSign(Signature.java:1180)
> at java.security.Signature.initSign(Signature.java:531)
> at org.wildfly.security.asn1.DEREncoderTest.testEncodeDSAKey(DEREncoderTest.java:458)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
> at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
> {noformat}
> It affects also older tags, not only 1.1.8. It might be related to
> https://bugs.java.com/view_bug.do?bug_id=8184341
> It seems to be a testsuite issue only.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2279) Realign extension registers test to master using DMNProfile
by Matteo Mortari (JIRA)
Matteo Mortari created DROOLS-2279:
--------------------------------------
Summary: Realign extension registers test to master using DMNProfile
Key: DROOLS-2279
URL: https://issues.jboss.org/browse/DROOLS-2279
Project: Drools
Issue Type: Task
Components: dmn engine
Reporter: Matteo Mortari
Assignee: Matteo Mortari
Following work on [DROOLS-2264] the DMN extension register mechanism is no longer supported.
In order to use extension registers, it is now required to configure them using a DMNProfile.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-9740) JspTagTestCase fails on Windows
by Chao Wang (JIRA)
Chao Wang created WFLY-9740:
-------------------------------
Summary: JspTagTestCase fails on Windows
Key: WFLY-9740
URL: https://issues.jboss.org/browse/WFLY-9740
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 10.1.0.CR1
Environment: Windows 10, Oracle JDK 1.8.0_92
Reporter: Chao Wang
Assignee: Tomaz Cerar
Fix For: 12.0.0.Alpha1
build.bat clean install failed with
-------------------------------------------------------------------------------
Test set: org.jboss.as.test.integration.jsp.JspTagTestCase
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.768 sec <<< FAILURE! - in org.jboss.as.test.integration.jsp.JspTagTestCase
test(org.jboss.as.test.integration.jsp.JspTagTestCase) Time elapsed: 0.486 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<This is a header[
<div>tag</div>
Static content]
> but was:<This is a header[
<div>tag</div>
Static content
]
>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.jboss.as.test.integration.jsp.JspTagTestCase.test(JspTagTestCase.java:67)
Replacing all occurence of "\n" with System.getProperty("line.separator") in the expected String solved the problem for me.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months