Skip to content

Add automatic shutdown functionality for TuGraph-DB crash when generate corpus #41

@Lfis1sDrink

Description

@Lfis1sDrink

If TuGraph-DB crashes due to executing wrong Cypher when generating corpus, the program will continuously report HTTP request errors. Correcting this functionality.

For example:
A statement that will cause TuGraph-DB to crash: MATCH (re:RegulatoryEntity) WHERE re.jurisdiction = 'Europe' AND re.compliance_status = 'compliant' RETURN re LIMIT 1
Reason: After checking the schema definition (banking_financial_08181132), it was found that the re node does not have a compliance_status property, so the statement cannot be executed and will cause a crash.

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