Ok, I'm seeing the same failure, although intermittently. I've had complete successful runs, and some that had this same failure.

*shrug*



On Tuesday, September 30, 2003, at 12:42 AM, Hani Suleiman wrote:

here you go, happens to me on linux too (with JDK 1.4.0)

OSX using latest 1.4.1

[junit] ------------- ---------------- ---------------
[junit] Testsuite: org.apache.lucene.index.TestIndexReader
[junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 2.883 sec


[junit] Testcase: testDeleteReaderWriterConflict(org.apache.lucene.index.TestIndexReader) : FAILED
[junit] Delete allowed on an index reader with stale segment information
[junit] junit.framework.AssertionFailedError: Delete allowed on an index reader with stale segment information
[junit] at org.apache.lucene.index.TestIndexReader.testDeleteReaderWriterConflict( TestIndexReader.java:271)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImpl.java:25)



[junit] Testcase: testDeleteReaderReaderConflict(org.apache.lucene.index.TestIndexReader) : FAILED
[junit] Delete allowed from a stale index reader
[junit] junit.framework.AssertionFailedError: Delete allowed from a stale index reader
[junit] at org.apache.lucene.index.TestIndexReader.testDeleteReaderReaderConflict( TestIndexReader.java:397)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImpl.java:25)




On Tuesday, September 30, 2003, at 12:37 AM, Erik Hatcher wrote:

Hani,

I don't see this test failure on OS X. Thanks to your patch on the RussianAnalyzer, all my tests now successfully pass. Could you give us the stack trace for the problem you're seeing?

Erik


On Monday, September 29, 2003, at 11:28 PM, Hani Suleiman wrote:


I'm seeing a fairly disturbing testcase failure on OSX in TestIndexReader.testDeleteReaderWriterConflict and TestIndexReader.testDeleteReaderReaderConflict

This only happens on OSX though, is this a known issue? Any have an ideas of what sort of thing is going wrong before I dig in further?

Hani


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to