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

Neither error log nor output are printing out for some test cases #23

Open
weebao opened this issue Jan 2, 2025 · 0 comments
Open

Neither error log nor output are printing out for some test cases #23

weebao opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@weebao
Copy link
Member

weebao commented Jan 2, 2025

{
    "success": true,
    "message": null,
    "test_results": [
        {
            "expected": "'e'",
            "output": "",
            "passed": false,
            "error": null
        },
        {
            "expected": "'y'",
            "output": "",
            "passed": false,
            "error": null
        },
        {
            "expected": "'a'",
            "output": "a",
            "passed": true,
            "error": null
        },
        {
            "expected": "'a'",
            "output": "a",
            "passed": true,
            "error": null
        },
        {
            "expected": "'d'",
            "output": "",
            "passed": false,
            "error": null
        },
        {
            "expected": "'z'",
            "output": "z",
            "passed": true,
            "error": null
        },
        {
            "expected": "'a'",
            "output": "a",
            "passed": true,
            "error": null
        },
        {
            "expected": "'b'",
            "output": "b",
            "passed": true,
            "error": null
        },
        {
            "expected": "'e'",
            "output": "",
            "passed": false,
            "error": null
        },
        {
            "expected": "'a'",
            "output": "",
            "passed": false,
            "error": null
        }
    ],
    "sample_results": [
        {
            "expected": "'e'",
            "output": "",
            "passed": false,
            "error": null,
            "input_data": "findTheDifference('abcd', 'abcde')"
        },
        {
            "expected": "'y'",
            "output": "",
            "passed": false,
            "error": null,
            "input_data": "findTheDifference('', 'y')"
        },
        {
            "expected": "'a'",
            "output": "a",
            "passed": true,
            "error": null,
            "input_data": "findTheDifference('ae', 'aea')"
        }
    ],
    "summary": {
        "total_tests": 10,
        "passed_tests": 5
    },
    "runtime_analysis": null,
    "deducted_hp": 4,
    "problem_solved": false
}
@weebao weebao added the bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants