You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
The tests for the gemonlinedb crash (SIGSEGV and/or SIGABRT) when one of the example XML files doesn't comply with the schema. Error reporting needs to be fixed.
Types of issue
Bug report (report an issue with the code)
Feature request (request for change which adds functionality)
Expected Behavior
Tests report failure but don't crash.
Current Behavior
Tests may crash on invalid input.
Steps to Reproduce (for bugs)
Modify xml/examples/AMC13_Configuration.xml to not comply with the schema (eg by modifying the value of the NAME field)
make run-tests
Context
Reviving gemonlinedb development.
Your Environment
Version used: current develop
Shell used: bash
The text was updated successfully, but these errors were encountered:
Brief summary of issue
The tests for the gemonlinedb crash (
SIGSEGV
and/orSIGABRT
) when one of the example XML files doesn't comply with the schema. Error reporting needs to be fixed.Types of issue
Expected Behavior
Tests report failure but don't crash.
Current Behavior
Tests may crash on invalid input.
Steps to Reproduce (for bugs)
xml/examples/AMC13_Configuration.xml
to not comply with the schema (eg by modifying the value of theNAME
field)make run-tests
Context
Reviving
gemonlinedb
development.Your Environment
develop
The text was updated successfully, but these errors were encountered: