From: Dannes W. <da...@ex...> - 2010-04-12 17:17:50
Attachments:
Unit Test Results: All Failures.html
|
All, since some time we have test issues in trunk. For some time I thought it was a build server issue, but now I am pretty sure. Please find attached the junit report with all extensions enabled. Clearly, we have a problem with the default user authorization (see fluent tests, they used to work!). In my own tests, i have seen that 'guest' cannot write in many collections, at least not in the collections that were writable in the past. I think we have a serious regression here. |
From: Dannes W. <da...@ex...> - 2010-04-12 21:20:39
|
Hi, On Mon, Apr 12, 2010 at 7:17 PM, Dannes Wessels <da...@ex...> wrote: > please could you, e.g. Dmitriy, enable all indexes and extensions and run the junit test suite? By disabling some tests (yups, some validation tests) the suite seems to be running again. Still I am pretty sure that behaviour regarding 'guest' has been changed, since +- begin of march. I'll investigate further tomorrow. cheers Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Dmitriy S. <sha...@gm...> - 2010-04-13 03:59:47
Attachments:
smime.p7s
|
MetadataTest on clean database pass. Wonder, do we have some test that change permission? Can we have all tests enable on TC? On Mon, 2010-04-12 at 19:17 +0200, Dannes Wessels wrote: > All, > > since some time we have test issues in trunk. For some time I thought it was a build server issue, but now I am pretty sure. Please find attached the junit report with all extensions enabled. > > Clearly, we have a problem with the default user authorization (see fluent tests, they used to work!). In my own tests, i have seen that 'guest' cannot write in many collections, at least not in the collections that were writable in the past. I think we have a serious regression here. > please could you, e.g. Dmitriy, enable all indexes and extensions and run the junit test suite? > > Kind regards > > Dannes > > some highlights from logging: > > java.lang.NullPointerException > at org.exist.security.XMLDBSecurityTest.setup(XMLDBSecurityTest.java:231) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > > expected:<[admin]> but was:<[guest]> > junit.framework.AssertionFailedError: expected:<[admin]> but was:<[guest]> > at org.exist.fluent.MetadataTest.topFolderOwner(MetadataTest.java:105) > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 > > > > > > > > -- Cheers, Dmitriy Shabanov |
From: Dmitriy S. <sha...@gm...> - 2010-04-13 04:17:29
Attachments:
smime.p7s
|
org.exist.fluent tests all clean on my site. IMHO, it should delete dbx files before testing. On Mon, 2010-04-12 at 19:17 +0200, Dannes Wessels wrote: > All, > > since some time we have test issues in trunk. For some time I thought it was a build server issue, but now I am pretty sure. Please find attached the junit report with all extensions enabled. > > Clearly, we have a problem with the default user authorization (see fluent tests, they used to work!). In my own tests, i have seen that 'guest' cannot write in many collections, at least not in the collections that were writable in the past. I think we have a serious regression here. > please could you, e.g. Dmitriy, enable all indexes and extensions and run the junit test suite? > > Kind regards > > Dannes > > some highlights from logging: > > java.lang.NullPointerException > at org.exist.security.XMLDBSecurityTest.setup(XMLDBSecurityTest.java:231) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > > expected:<[admin]> but was:<[guest]> > junit.framework.AssertionFailedError: expected:<[admin]> but was:<[guest]> > at org.exist.fluent.MetadataTest.topFolderOwner(MetadataTest.java:105) > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 > > > > > > > > -- Cheers, Dmitriy Shabanov |