Skip to content

Failed Patch and Concurrency tests for ESS #60

@mrvahedi68

Description

@mrvahedi68

When I run tests over ess I got this result:

Test Suites: 3 failed, 4 passed, 7 total
Tests:       10 failed, 33 skipped, 26 passed, 69 total
Snapshots:   0 total
Time:        141.155 s

This failed is for concurrency and PATCH requests.
Patch requests that have an n3 content type are not executed correctly. In the following you can find one of the run results:

● Update › Using PATCH to replace triple (present) › updates the resource

   expect(received).toEqual(expected) // deep equality

   Expected: ArrayContaining [{"graph": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl"}, "object": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl#fact"}, "predicate": {"classOrder": 5, "termType": "NamedNode", "value": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"}, "subject": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl#that"}}]
   Received: [{"graph": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl"}, "object": {"classOrder": 5, "termType": "NamedNode", "value": "http://www.w3.org/ns/ldp#RDFSource"}, "predicate": {"classOrder": 5, "termType": "NamedNode", "value": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"}, "subject": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl"}}, {"graph": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl"}, "object": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl#world"}, "predicate": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl#linked"}, "subject": {"classOrder": 5, "termType": "NamedNode", "value": "https://pod.inrupt.com/solidtestsuite/solidtestsuite/solid-crud-tests-1655288222491/exists/exists4.ttl#hello"}}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions