Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDF tests failing #250

Open
Mec-iS opened this issue Mar 30, 2022 · 0 comments
Open

RDF tests failing #250

Mec-iS opened this issue Mar 30, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects

Comments

@Mec-iS
Copy link
Contributor

Mec-iS commented Mar 30, 2022

I'm submitting a

  • [x ] bug report.

Current Behaviour:

After #249
Trying to run tests with pytest tests/rdf_tests/test_rdf_basic.py -k test_rdf_runner -s, you get a report file with all the tests run.
Some tests return errors, for example:

{
    "Basic - Term 7": {
        "input": "basic/data-4.ttl",
        "query": "basic/term-7.rq",
        "error": "Expected {SelectQuery | ConstructQuery | DescribeQuery | AskQuery}, found '.'  (at char 140), (line:5, col:23)",
        "length_check_error": null
    },
    "Multibytes character at the end of a unicode espace sequence": {
        "input": null,
        "query": "oxigraph-tests/sparql/long_unicode_escape_with_multibytes_char.ru",
        "error": "Expected {SelectQuery | ConstructQuery | DescribeQuery | AskQuery}, found '\\'  (at char 0), (line:1, col:1)",
        "length_check_error": null
    },
    "Simple DESCRIBE request": {
        "input": "oxigraph-tests/sparql/describe_input.ttl",
        "query": "oxigraph-tests/sparql/describe_where.rq",
        "error": "DESCRIBE not implemented",
        "length_check_error": null
    },
    "Halloween Problem: An update operation should not be able to read its own writes": {
        "input": null,
        "query": "oxigraph-tests/sparql/halloween_problem.ru",
        "error": "Expected {SelectQuery | ConstructQuery | DescribeQuery | AskQuery}, found 'INSERT'  (at char 33), (line:2, col:1)",
        "length_check_error": null
    },
    "A very nested property path": {
        "input": null,
        "query": "oxigraph-tests/sparql/nested_path.rq",
        "error": "maximum recursion depth exceeded in comparison",
        "length_check_error": null
    },
    "A very nested expression": {
        "input": null,
        "query": "oxigraph-tests/sparql/nested_expression.rq",
        "error": "maximum recursion depth exceeded while calling a Python object",
        "length_check_error": null
    }
}

Expected Behaviour:

Tests should pass without error message

@Mec-iS Mec-iS added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 30, 2022
@ceteri ceteri added this to the Testing and Benchmarking milestone Aug 31, 2022
@ceteri ceteri added this to In progress in kglab Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
No open projects
kglab
  
In progress
Development

No branches or pull requests

2 participants