OpenCMIS TCK Report
Thu Jan 15 21:15:45 EST 2015
Parameters
cmis.workbench.folder.filter |
cmis:objectId,cmis:isVersionSeriesCheckedOut,cmis:contentStreamFileName,cmis:name,cmis:lastModifiedBy,cmis:objectTypeId,cmis:lastModificationDate,cmis:contentStreamMimeType,cmis:createdBy,cmis:contentStreamLength,cmis:versionSeriesCheckedOutId,cmis:creationDate |
cmis.workbench.folder.includeAcls |
false |
cmis.workbench.folder.includeAllowableActions |
false |
cmis.workbench.folder.includePolicies |
false |
cmis.workbench.folder.includeRelationships |
none |
cmis.workbench.folder.maxItemsPerPage |
10000 |
cmis.workbench.folder.orderBy |
|
cmis.workbench.folder.renditionFilter |
cmis:none |
cmis.workbench.object.filter |
* |
cmis.workbench.object.includeAcls |
true |
cmis.workbench.object.includeAllowableActions |
true |
cmis.workbench.object.includePolicies |
true |
cmis.workbench.object.includeRelationships |
both |
cmis.workbench.object.maxItemsPerPage |
1000 |
cmis.workbench.object.orderBy |
|
cmis.workbench.object.renditionFilter |
* |
cmis.workbench.version.filter |
cmis:objectId,cmis:isMajorVersion,cmis:contentStreamFileName,cmis:name,cmis:isLatestVersion,cmis:objectTypeId,cmis:versionLabel,cmis:contentStreamMimeType,cmis:isLatestMajorVersion,cmis:contentStreamLength |
cmis.workbench.version.includeAcls |
false |
cmis.workbench.version.includeAllowableActions |
false |
cmis.workbench.version.includePolicies |
false |
cmis.workbench.version.includeRelationships |
none |
cmis.workbench.version.maxItemsPerPage |
10000 |
cmis.workbench.version.renditionFilter |
cmis:none |
org.apache.chemistry.opencmis.binding.atompub.url |
http://intranet.example.com/_vti_bin/cmis/rest?getRepositories |
org.apache.chemistry.opencmis.binding.auth.classname |
org.apache.chemistry.opencmis.client.bindings.spi.NTLMAuthenticationProvider |
org.apache.chemistry.opencmis.binding.auth.http.basic |
false |
org.apache.chemistry.opencmis.binding.auth.soap.usernametoken |
false |
org.apache.chemistry.opencmis.binding.cache.links.size |
400 |
org.apache.chemistry.opencmis.binding.cache.repositories.size |
10 |
org.apache.chemistry.opencmis.binding.cache.types.size |
100 |
org.apache.chemistry.opencmis.binding.clientcompression |
false |
org.apache.chemistry.opencmis.binding.compression |
false |
org.apache.chemistry.opencmis.binding.cookies |
true |
org.apache.chemistry.opencmis.binding.httpinvoker.classname |
org.apache.chemistry.opencmis.client.bindings.spi.http.DefaultHttpInvoker |
org.apache.chemistry.opencmis.binding.spi.classname |
org.apache.chemistry.opencmis.client.bindings.spi.atompub.CmisAtomPubSpi |
org.apache.chemistry.opencmis.binding.spi.type |
atompub |
org.apache.chemistry.opencmis.cache.types.classname |
org.apache.chemistry.opencmis.client.bindings.impl.TypeDefinitionCacheImpl |
org.apache.chemistry.opencmis.password |
***** |
org.apache.chemistry.opencmis.session.repository.id |
8bcb8f72-6e78-5ec9-9b54-2722cf238338 |
org.apache.chemistry.opencmis.tck.default.documentType |
cmis:document |
org.apache.chemistry.opencmis.tck.default.folderType |
cmis:folder |
org.apache.chemistry.opencmis.tck.default.testFolderParent |
/ |
org.apache.chemistry.opencmis.tck.revision |
1617572 |
org.apache.chemistry.opencmis.tck.timestamp |
Version: 0.12.0 / Revision: 1617572 / Build: 2014-08-12T15:42:51-0400
|
org.apache.chemistry.opencmis.user |
exampleuser |
Groups
Basics Test Group (ATOMPUB)
Basic tests.
Security Test (ATOMPUB) (143 ms)
Checks if HTTPS is used.
WARNING: HTTPS is not used. Credentials
might be transferred as plain text! (
SecurityTest.java:57) [
stacktrace]
Repository Info Test (ATOMPUB) (383 ms)
Gets and checks the repository info.
OK: Latest change log token:
1;3;8bcb8f72-6e78-5ec9-9b54-2722cf238338;635568972786030000;47353;01/15/2015
05:41:19 (
RepositoryInfoTest.java:153) [
stacktrace]
Root Folder Test (ATOMPUB) (24952 ms)
Checks the root folder and its children for specification
compliance.
Types Test Group (ATOMPUB)
Types tests.
Types Test (ATOMPUB) (0 ms)
Checks all types exposed by the repository for specification
compliance.
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException: The
service method invoked requires an optional capability not supported by the
repository. (
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:477)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:634)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getTypeDefinitionInternal(AbstractAtomPubService.java:900)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:94)
org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:148)
org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:127)
org.apache.chemistry.opencmis.client.runtime.SessionImpl.getTypeDefinition(SessionImpl.java:745)
org.apache.chemistry.opencmis.tck.tests.types.BaseTypesTest.run(
BaseTypesTest.java:105)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Create and Delete Type Test (ATOMPUB) (156 ms)
Creates a document type and deletes it again.
Secondary Types Test (ATOMPUB) (108 ms)
Creates documents, attaches and detaches secondary types, checks the
properties, and finally deletes the test documents.
CRUD Test Group (ATOMPUB)
Create, Read, Update, and Delete tests.
Create and Delete Folder Test (ATOMPUB) (8012 ms)
Creates a few folders, checks the newly created folders and their parent
and finally deletes the created folders.
UNEXPECTED_EXCEPTION: Newly
created folder is invalid! Exception: Unexpected document! Received: HTML
document (
AbstractSessionTest.java:355) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:617)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.NavigationServiceImpl.getChildren(NavigationServiceImpl.java:87)
org.apache.chemistry.opencmis.client.runtime.FolderImpl$2.fetchPage(FolderImpl.java:267)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:336)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:266)
org.apache.chemistry.opencmis.tck.tests.crud.CreateAndDeleteFolderTest.run(
CreateAndDeleteFolderTest.java:61)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Create and Delete Document Test (ATOMPUB) (0 ms)
Creates a few documents, checks the newly created documents and their
parent and finally deletes the created documents.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException:
Unexpected document! Received: HTML document (
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:617)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.NavigationServiceImpl.getChildren(NavigationServiceImpl.java:87)
org.apache.chemistry.opencmis.client.runtime.FolderImpl$2.fetchPage(FolderImpl.java:267)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.checkChildren(
AbstractSessionTest.java:1858)
org.apache.chemistry.opencmis.tck.tests.crud.CreateAndDeleteDocumentTest.run(
CreateAndDeleteDocumentTest.java:82)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Create Big Document Test (ATOMPUB) (27240 ms)
Creates a 10 MiB document and deletes it.
Create Document without Content Test (ATOMPUB) (242 ms)
Creates a document without content and deletes it.
Create Object With Invalid Type Test (ATOMPUB) (2537 ms)
Tries to create document with a folder type and folder with a document
type.
WARNING: Creation of a document with a
folder type threw an unexcpeted exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Newly
created object is not a document! New id: Object Id: 6560 (
CreateInvalidTypeTest.java:69) [
stacktrace]
Name Charset Test (ATOMPUB) (26440 ms)
Creates and deletes documents with special characters in
cmis:name.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'document' raised this
exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'Schriftstück' raised
this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'وثيقة' raised this
exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'sənəd' raised this
exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'документ' raised
this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name '文件' raised this
exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'ÎγγÏαφο'
raised this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
(
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name
'દસà«àª¤àª¾àªµà«‡àªœ' raised this exception:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name
'दसà¥à¤¤à¤¾à¤µà¥‡à¤œà¤¼' raised this exception:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'doiciméad' raised this
exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'ドã‚ュメント'
raised this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
(
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'ד×Ö¸×§×•×ž×¢× ×˜'
raised this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
(
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'ದಾಖಲೆ' raised
this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name '문서' raised this
exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'سند' raised this
exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'ஆவணமà¯' raised
this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'పతà±à°°à°‚' raised
this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'เà¸à¸à¸ªà¸²à¸£'
raised this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
(
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'دستاویز' raised
this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: The name 'tà i liệu' raised
this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (
NameCharsetTest.java:90) [
stacktrace]
UNEXPECTED_EXCEPTION: Document
could not be created! Exception: The repository is not able to store the object
that the user is creating/updating due to a name constraint violation. (
AbstractSessionTest.java:433) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:490)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:650)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.createDocument(ObjectServiceImpl.java:121)
org.apache.chemistry.opencmis.client.runtime.SessionImpl.createDocument(SessionImpl.java:1043)
org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:77)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createDocument(
AbstractSessionTest.java:428)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createDocument(
AbstractSessionTest.java:380)
org.apache.chemistry.opencmis.tck.tests.crud.NameCharsetTest.run(
NameCharsetTest.java:80)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
WARNING: The name 'a&b' raised this
exception: org.apache.chemistry.opencmis.tck.impl.FatalTestException: Document
could not be created! Exception: The repository is not able to store the object
that the user is creating/updating due to a name constraint violation. (
NameCharsetTest.java:90) [
stacktrace]
Create and Delete Relationship Test (ATOMPUB) (186 ms)
Creates a relationship between two documents, checks the newly created
relationship and finally deletes the created relationship.
Create and Delete Item Test (ATOMPUB) (100 ms)
Creates a few items, checks the newly created itens and their parent and
finally deletes the created item.
Property Filter Test (ATOMPUB) (0 ms)
Tests different property filter combinations for documents and
folders.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException:
The property filter input to the operation is not valid. (
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:466)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:634)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getObjectInternal(AbstractAtomPubService.java:857)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.getObject(ObjectServiceImpl.java:626)
org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:519)
org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:493)
org.apache.chemistry.opencmis.tck.tests.crud.PropertyFilterTest.run(
PropertyFilterTest.java:98)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Update Smoke Test (ATOMPUB) (0 ms)
Creates a document, updates its name and finally deletes it.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException: The
operation is attempting to update an object that is no longer current. (
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:490)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.put(AbstractAtomPubService.java:674)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.put(AbstractAtomPubService.java:661)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.updateProperties(ObjectServiceImpl.java:340)
org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject.updateProperties(AbstractCmisObject.java:349)
org.apache.chemistry.opencmis.tck.tests.crud.UpdateSmokeTest.updateDocument(
UpdateSmokeTest.java:98)
org.apache.chemistry.opencmis.tck.tests.crud.UpdateSmokeTest.run(
UpdateSmokeTest.java:63)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Bulk Update Properties Test (ATOMPUB) (136 ms)
Creates a few folders and documents, renames all documents at once, and
deletes all created objects.
Set, Append, and Delete Content Test (ATOMPUB) (0 ms)
Creates a new document and tries to set, append, and delete its
content.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException: The
operation is attempting to update an object that is no longer current. (
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:490)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.put(AbstractAtomPubService.java:674)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.setOrAppendContent(ObjectServiceImpl.java:817)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.setContentStream(ObjectServiceImpl.java:699)
org.apache.chemistry.opencmis.client.runtime.DocumentImpl.setContentStream(DocumentImpl.java:395)
org.apache.chemistry.opencmis.tck.tests.crud.SetAndDeleteContentTest.run(
SetAndDeleteContentTest.java:147)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Change Token Test (ATOMPUB) (0 ms)
Creates a document and a folder and updates them with an outdated change
token.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException: The
operation is attempting to update an object that is no longer current. (
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:490)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.put(AbstractAtomPubService.java:674)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.put(AbstractAtomPubService.java:661)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.updateProperties(ObjectServiceImpl.java:340)
org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject.updateProperties(AbstractCmisObject.java:349)
org.apache.chemistry.opencmis.tck.tests.crud.ChangeTokenTest.runUpdateDocumentTest(
ChangeTokenTest.java:101)
org.apache.chemistry.opencmis.tck.tests.crud.ChangeTokenTest.run(
ChangeTokenTest.java:64)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Content Ranges Test (ATOMPUB) (3566 ms)
Creates a document and reads different excerpts of the content.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
WARNING: Content length does not match
{offset=3, length=null}! (
ContentRangesTest.java:116) [
stacktrace]
INFO: expected: 28 / actual:
31
WARNING: Retrieved full stream instead of
an excerpt {offset=3, length=null}! Content ranges supported? (
ContentRangesTest.java:120) [
stacktrace]
WARNING: Content length does not match
{offset=null, length=12}! (
ContentRangesTest.java:143) [
stacktrace]
INFO: expected: 12 / actual:
31
WARNING: Retrieved full stream instead of
an excerpt {offset=null, length=12}! Content ranges supported? (
ContentRangesTest.java:147) [
stacktrace]
WARNING: Content length does not match
{offset=5, length=17}! (
ContentRangesTest.java:170) [
stacktrace]
INFO: expected: 12 / actual:
31
WARNING: Retrieved full stream instead of
an excerpt {offset=5, length=17}! Content ranges supported? (
ContentRangesTest.java:174) [
stacktrace]
WARNING: Content length does not match
{offset=9, length=123}! (
ContentRangesTest.java:197) [
stacktrace]
INFO: expected: 22 / actual:
31
WARNING: Retrieved full stream instead of
an excerpt {offset=9, length=123}! Content ranges supported? (
ContentRangesTest.java:201) [
stacktrace]
Copy Test (ATOMPUB) (3156 ms)
Creates two folders and a document and copies the document from one folder
to the other. If the AtomPub binding is used, this test is skipped.
UNEXPECTED_EXCEPTION: Newly
created folder is invalid! Exception: Unexpected document! Received: HTML
document (
AbstractSessionTest.java:355) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:617)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.NavigationServiceImpl.getChildren(NavigationServiceImpl.java:87)
org.apache.chemistry.opencmis.client.runtime.FolderImpl$2.fetchPage(FolderImpl.java:267)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:336)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:266)
org.apache.chemistry.opencmis.tck.tests.crud.CopyTest.run(
CopyTest.java:59)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Move Test (ATOMPUB) (3186 ms)
Creates two folders and a document and moves the document from one folder
to the other.
UNEXPECTED_EXCEPTION: Newly
created folder is invalid! Exception: Unexpected document! Received: HTML
document (
AbstractSessionTest.java:355) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:617)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.NavigationServiceImpl.getChildren(NavigationServiceImpl.java:87)
org.apache.chemistry.opencmis.client.runtime.FolderImpl$2.fetchPage(FolderImpl.java:267)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:336)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:266)
org.apache.chemistry.opencmis.tck.tests.crud.MoveTest.run(
MoveTest.java:50)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Delete Tree Test (ATOMPUB) (23519 ms)
Creates a few documents in a folder, deletes the folder and checks if all
documents are gone.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
Operation Context (ATOMPUB) (0 ms)
Creates a document, retrieves a minimal set of details, checks it, and
finally deletes the document.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException:
Unexpected document! Received: HTML document (
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:617)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.NavigationServiceImpl.getChildren(NavigationServiceImpl.java:87)
org.apache.chemistry.opencmis.client.runtime.FolderImpl$2.fetchPage(FolderImpl.java:267)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.tests.crud.OperationContextTest.runHighLevelApiTests(
OperationContextTest.java:135)
org.apache.chemistry.opencmis.tck.tests.crud.OperationContextTest.run(
OperationContextTest.java:64)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Versioning Test Group (ATOMPUB)
Versioning tests.
Versioning Smoke Test (ATOMPUB) (3293 ms)
Creates a document, checks it out, cancels the check out, checks it out
again and finally checks it in.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
Versioning Delete Test (ATOMPUB) (3385 ms)
Creates a document, adds three versions and deletes the current version
until the document is gone.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
Versioning State Create Test (ATOMPUB) (2213 ms)
Creates documents in different versioning states.
Checked out Test (ATOMPUB) (3424 ms)
Calls getCheckedOutDocs() and checks the returned objects.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
Filing Test Group (ATOMPUB)
Multifiling anf Unfiling tests.
Multifiling Test (ATOMPUB) (147 ms)
Creates two folders and a document in one of the folders, adds the
document to the second folder and then removes it again for the second
folder.
Unfiling Test (ATOMPUB) (148 ms)
Creates a folder and a document, removes the document from the folder and
then adds it again.
Control Test Group (ATOMPUB)
ACL and Policy tests.
ACL Test (ATOMPUB) (4613 ms)
Creates a document and checks its ACL.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
Query Test Group (ATOMPUB)
Query and content changes tests.
Query Smoke Test (ATOMPUB) (50390 ms)
Performs a simple query and checks if the format of the results is
correct. It does not check if the results are complete!
Query Root Folder Test (ATOMPUB) (0 ms)
Performs a query that should return the root folder name and id.
INFO: Query: SELECT cmis:name AS folderName,
cmis:objectId AS folderId FROM cmis:folder WHERE cmis:objectId = '-1' (
QueryRootFolderTest.java:78) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException:
One or more of the input parameters to the service method is missing or invalid.
(
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:466)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:650)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:179)
org.apache.chemistry.opencmis.client.runtime.SessionImpl$5.fetchPage(SessionImpl.java:887)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.tests.query.QueryRootFolderTest.queryById(
QueryRootFolderTest.java:82)
org.apache.chemistry.opencmis.tck.tests.query.QueryRootFolderTest.run(
QueryRootFolderTest.java:51)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Query For Object Test (ATOMPUB) (0 ms)
Creates a folder and a document, queries them by object id, and deletes
both.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
INFO: Folder query: SELECT * FROM cmis:folder
WHERE cmis:objectId = '6628' (
QueryForObject.java:91) [
stacktrace]
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException:
One or more of the input parameters to the service method is missing or invalid.
(
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:466)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:650)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:179)
org.apache.chemistry.opencmis.client.runtime.SessionImpl$5.fetchPage(SessionImpl.java:887)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.tests.query.QueryForObject.runFolderQuery(
QueryForObject.java:94)
org.apache.chemistry.opencmis.tck.tests.query.QueryForObject.run(
QueryForObject.java:56)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Query LIKE Test (ATOMPUB) (4638 ms)
Performs a LIKE query and checks if only matching objects are
returned.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION: Newly
created folder is invalid! Exception: Unexpected document! Received: HTML
document (
AbstractSessionTest.java:355) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:617)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.NavigationServiceImpl.getChildren(NavigationServiceImpl.java:87)
org.apache.chemistry.opencmis.client.runtime.FolderImpl$2.fetchPage(FolderImpl.java:267)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:336)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:266)
org.apache.chemistry.opencmis.tck.tests.query.QueryLikeTest.run(
QueryLikeTest.java:57)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Query IN_FOLDER and IN_TREE Test (ATOMPUB) (8131 ms)
Performs IN_FOLDER and IN_TREE queries.
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
FAILURE: The folder the document has been
created in is not in the list of the document parents! (
AbstractSessionTest.java:488) [
stacktrace]
UNEXPECTED_EXCEPTION: Newly
created folder is invalid! Exception: Unexpected document! Received: HTML
document (
AbstractSessionTest.java:355) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:617)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.NavigationServiceImpl.getChildren(NavigationServiceImpl.java:87)
org.apache.chemistry.opencmis.client.runtime.FolderImpl$2.fetchPage(FolderImpl.java:267)
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:336)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createFolder(
AbstractSessionTest.java:266)
org.apache.chemistry.opencmis.tck.tests.query.QueryInFolderTest.run(
QueryInFolderTest.java:74)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)
Content Changes Smoke Test (ATOMPUB) (0 ms)
Calls getContentChanges(). It does not check if the results are
correct!
UNEXPECTED_EXCEPTION:
Exception:
org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException:
One or more of the input parameters to the service method is missing or invalid.
(
AbstractSessionTest.java:165) [
stacktrace] [
exception details]
Exception
stack trace:
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:466)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:634)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getObjectInternal(AbstractAtomPubService.java:857)
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.getObject(ObjectServiceImpl.java:626)
org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:519)
org.apache.chemistry.opencmis.tck.tests.query.ContentChangesSmokeTest.checkChangeEvent(
ContentChangesSmokeTest.java:127)
org.apache.chemistry.opencmis.tck.tests.query.ContentChangesSmokeTest.run(
ContentChangesSmokeTest.java:79)
org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(
AbstractSessionTest.java:162)
org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(
AbstractCmisTestGroup.java:109)