You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Robert Munteanu <ro...@apache.org> on 2015/10/15 08:32:01 UTC

Sling pipes failing test (Was: [VOTE] accept the donation of sling pipes tracked in SLING-5134)

On Wed, 2015-10-14 at 19:26 +0000, Nicolas Peltier wrote:
> for your test issue, which version of java are you running? 

$ mvn -v
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-
22T14:57:37+03:00)
Maven home: /usr/share/java/maven
Java version: 1.8.0_60, vendor: Oracle Corporation
Java home: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.2.1-1-desktop", arch: "amd64", family:
"unix"

Robert


Re: Sling pipes failing test (Was: [VOTE] accept the donation of sling pipes tracked in SLING-5134)

Posted by Nicolas Peltier <np...@adobe.com>.
Thanks Robert, fixed it, and updated the ticket / will update the vote thread.

interesting case:  1.8.0_31’s nashorn returns 3(Integer) for 1+2 when 1.8.0_60 one returns 3L

this said it should just be a pain for the tests, as client code is generally agnostic of the type.
> On 15 Oct 2015, at 08:32, Robert Munteanu <ro...@apache.org> wrote:
> 
> On Wed, 2015-10-14 at 19:26 +0000, Nicolas Peltier wrote:
>> for your test issue, which version of java are you running? 
> 
> $ mvn -v
> Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-
> 22T14:57:37+03:00)
> Maven home: /usr/share/java/maven
> Java version: 1.8.0_60, vendor: Oracle Corporation
> Java home: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "4.2.1-1-desktop", arch: "amd64", family:
> "unix"
> 
> Robert
>