[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2018-03-13 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397439#comment-16397439
 ] 

Dawid Weiss commented on LUCENE-6036:
-

Strange... I don't even see the workflow button on this issue. I think I lost 
touch with Jira's changes. ;)

> TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
> --
>
> Key: LUCENE-6036
> URL: https://issues.apache.org/jira/browse/LUCENE-6036
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Hoss Man
>Assignee: Uwe Schindler
>Priority: Major
> Fix For: 5.0, 6.0
>
> Attachments: LUCENE-6036.patch
>
>
> Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
> forking which can hit JDK-8047340 on the turkish locale...
> {noformat}
>[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
>[junit4]   2> NOTE: download the large Jenkins line-docs file by running 
> 'ant get-jenkins-line-docs' in the lucene directory.
>[junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
> -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
> -Dtests.slow=true 
> -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
> -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
> -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads <<<
>[junit4]> Throwable #1: java.lang.Error: posix_spawn is not a 
> supported process launch mechanism on this platform.
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
>[junit4]>  at java.security.AccessController.doPrivileged(Native 
> Method)
>[junit4]>  at java.lang.UNIXProcess.(UNIXProcess.java:91)
>[junit4]>  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
>[junit4]>  at 
> java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
> {noformat}
> https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2018-03-13 Thread Hoss Man (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397252#comment-16397252
 ] 

Hoss Man commented on LUCENE-6036:
--

i think that's a quirk of the workflow? after re-opening?  not sure if there is 
a way to remove the "resolution" once it's set, even though it's been re-opened.

> TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
> --
>
> Key: LUCENE-6036
> URL: https://issues.apache.org/jira/browse/LUCENE-6036
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Hoss Man
>Assignee: Uwe Schindler
>Priority: Major
> Fix For: 5.0, 6.0
>
> Attachments: LUCENE-6036.patch
>
>
> Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
> forking which can hit JDK-8047340 on the turkish locale...
> {noformat}
>[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
>[junit4]   2> NOTE: download the large Jenkins line-docs file by running 
> 'ant get-jenkins-line-docs' in the lucene directory.
>[junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
> -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
> -Dtests.slow=true 
> -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
> -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
> -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads <<<
>[junit4]> Throwable #1: java.lang.Error: posix_spawn is not a 
> supported process launch mechanism on this platform.
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
>[junit4]>  at java.security.AccessController.doPrivileged(Native 
> Method)
>[junit4]>  at java.lang.UNIXProcess.(UNIXProcess.java:91)
>[junit4]>  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
>[junit4]>  at 
> java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
> {noformat}
> https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2018-03-13 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16396658#comment-16396658
 ] 

Dawid Weiss commented on LUCENE-6036:
-

I also can't change the 'resolution' and it's definitely not "fixed".

> TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
> --
>
> Key: LUCENE-6036
> URL: https://issues.apache.org/jira/browse/LUCENE-6036
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Hoss Man
>Assignee: Uwe Schindler
>Priority: Major
> Fix For: 5.0, 6.0
>
> Attachments: LUCENE-6036.patch
>
>
> Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
> forking which can hit JDK-8047340 on the turkish locale...
> {noformat}
>[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
>[junit4]   2> NOTE: download the large Jenkins line-docs file by running 
> 'ant get-jenkins-line-docs' in the lucene directory.
>[junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
> -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
> -Dtests.slow=true 
> -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
> -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
> -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads <<<
>[junit4]> Throwable #1: java.lang.Error: posix_spawn is not a 
> supported process launch mechanism on this platform.
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
>[junit4]>  at java.security.AccessController.doPrivileged(Native 
> Method)
>[junit4]>  at java.lang.UNIXProcess.(UNIXProcess.java:91)
>[junit4]>  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
>[junit4]>  at 
> java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
> {noformat}
> https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2018-03-13 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16396657#comment-16396657
 ] 

Dawid Weiss commented on LUCENE-6036:
-

I think we should reopen this issue as it still affects the codebase (there are 
assumptions in the code that explicitly exclude when Turkish locale is set.

> TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
> --
>
> Key: LUCENE-6036
> URL: https://issues.apache.org/jira/browse/LUCENE-6036
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Hoss Man
>Assignee: Uwe Schindler
>Priority: Major
> Fix For: 5.0, 6.0
>
> Attachments: LUCENE-6036.patch
>
>
> Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
> forking which can hit JDK-8047340 on the turkish locale...
> {noformat}
>[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
>[junit4]   2> NOTE: download the large Jenkins line-docs file by running 
> 'ant get-jenkins-line-docs' in the lucene directory.
>[junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
> -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
> -Dtests.slow=true 
> -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
> -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
> -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads <<<
>[junit4]> Throwable #1: java.lang.Error: posix_spawn is not a 
> supported process launch mechanism on this platform.
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
>[junit4]>  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
>[junit4]>  at java.security.AccessController.doPrivileged(Native 
> Method)
>[junit4]>  at java.lang.UNIXProcess.(UNIXProcess.java:91)
>[junit4]>  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
>[junit4]>  at 
> java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
>[junit4]>  at 
> org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
> {noformat}
> https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2014-10-30 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190364#comment-14190364
 ] 

Uwe Schindler commented on LUCENE-6036:
---

Hi Hoss,
can you add the same assumeTrue/False ike we did in Solr. Once this is fixed in 
the JDK we can remove it, but for now just let us ignore the test in Turkey :-)

 TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
 --

 Key: LUCENE-6036
 URL: https://issues.apache.org/jira/browse/LUCENE-6036
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Hoss Man

 Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
 forking which can hit JDK-8047340 on the turkish locale...
 {noformat}
[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
[junit4]   2 NOTE: download the large Jenkins line-docs file by running 
 'ant get-jenkins-line-docs' in the lucene directory.
[junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
 -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
 -Dtests.slow=true 
 -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
 -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
 -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads 
[junit4] Throwable #1: java.lang.Error: posix_spawn is not a 
 supported process launch mechanism on this platform.
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
[junit4]  at java.security.AccessController.doPrivileged(Native 
 Method)
[junit4]  at java.lang.UNIXProcess.clinit(UNIXProcess.java:91)
[junit4]  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
[junit4]  at 
 java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2014-10-30 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190376#comment-14190376
 ] 

Uwe Schindler commented on LUCENE-6036:
---

https://twitter.com/UweSays/status/501425093613207552

 TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
 --

 Key: LUCENE-6036
 URL: https://issues.apache.org/jira/browse/LUCENE-6036
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Hoss Man
 Attachments: LUCENE-6036.patch


 Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
 forking which can hit JDK-8047340 on the turkish locale...
 {noformat}
[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
[junit4]   2 NOTE: download the large Jenkins line-docs file by running 
 'ant get-jenkins-line-docs' in the lucene directory.
[junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
 -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
 -Dtests.slow=true 
 -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
 -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
 -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads 
[junit4] Throwable #1: java.lang.Error: posix_spawn is not a 
 supported process launch mechanism on this platform.
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
[junit4]  at java.security.AccessController.doPrivileged(Native 
 Method)
[junit4]  at java.lang.UNIXProcess.clinit(UNIXProcess.java:91)
[junit4]  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
[junit4]  at 
 java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2014-10-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190380#comment-14190380
 ] 

ASF subversion and git services commented on LUCENE-6036:
-

Commit 1635549 from [~thetaphi] in branch 'dev/trunk'
[ https://svn.apache.org/r1635549 ]

LUCENE-6036: Prevent this test failing on turkish default locale

 TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
 --

 Key: LUCENE-6036
 URL: https://issues.apache.org/jira/browse/LUCENE-6036
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Hoss Man
 Attachments: LUCENE-6036.patch


 Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
 forking which can hit JDK-8047340 on the turkish locale...
 {noformat}
[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
[junit4]   2 NOTE: download the large Jenkins line-docs file by running 
 'ant get-jenkins-line-docs' in the lucene directory.
[junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
 -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
 -Dtests.slow=true 
 -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
 -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
 -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads 
[junit4] Throwable #1: java.lang.Error: posix_spawn is not a 
 supported process launch mechanism on this platform.
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
[junit4]  at java.security.AccessController.doPrivileged(Native 
 Method)
[junit4]  at java.lang.UNIXProcess.clinit(UNIXProcess.java:91)
[junit4]  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
[junit4]  at 
 java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6036) TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround

2014-10-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190381#comment-14190381
 ] 

ASF subversion and git services commented on LUCENE-6036:
-

Commit 1635550 from [~thetaphi] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1635550 ]

Merged revision(s) 1635549 from lucene/dev/trunk:
LUCENE-6036: Prevent this test failing on turkish default locale

 TestIndexWriterOnJRECrash suffers from JDK-8047340 - needs workarround
 --

 Key: LUCENE-6036
 URL: https://issues.apache.org/jira/browse/LUCENE-6036
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Hoss Man
 Fix For: 5.0, Trunk

 Attachments: LUCENE-6036.patch


 Similar to issues uncovered in SOLR-6387, TestIndexWriterOnJRECrash does some 
 forking which can hit JDK-8047340 on the turkish locale...
 {noformat}
[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
[junit4]   2 NOTE: download the large Jenkins line-docs file by running 
 'ant get-jenkins-line-docs' in the lucene directory.
[junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=TestIndexWriterOnJRECrash -Dtests.method=testNRTThreads 
 -Dtests.seed=B2D360EA192CA242 -Dtests.multiplier=2 -Dtests.nightly=true 
 -Dtests.slow=true 
 -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
 -Dtests.locale=tr -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
 -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR   0.04s J0 | TestIndexWriterOnJRECrash.testNRTThreads 
[junit4] Throwable #1: java.lang.Error: posix_spawn is not a 
 supported process launch mechanism on this platform.
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([B2D360EA192CA242:290A74F158D7B429]:0)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:111)
[junit4]  at java.lang.UNIXProcess$1.run(UNIXProcess.java:93)
[junit4]  at java.security.AccessController.doPrivileged(Native 
 Method)
[junit4]  at java.lang.UNIXProcess.clinit(UNIXProcess.java:91)
[junit4]  at java.lang.ProcessImpl.start(ProcessImpl.java:130)
[junit4]  at 
 java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.forkTest(TestIndexWriterOnJRECrash.java:113)
[junit4]  at 
 org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads(TestIndexWriterOnJRECrash.java:59)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 https://bugs.openjdk.java.net/browse/JDK-8047340



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org