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.
One gemonlinedb test case fails with the error reported hereunder.
Types of issue
Bug report (report an issue with the code)
Feature request (request for change which adds functionality)
Expected Behavior
All tests should pass.
Current Behavior
gemonlinedb tests fail with the following error:
$ make run-tests
[...]
Testing: test/testFileConfigurationProvider.exe
Running 6 test cases...
unknown location(0): fatal error in"LoadNonCompliant": std::runtime_error: File not found in path: No such file or directory: "xml/tests/NonCompliantFile.json", "."
test/testFileConfigurationProvider.cc(84): last checkpoint
*** 1 failure detected intest suite "TestFileConfigurationProvider"
[...]
Notice that echo $? returns 0, as if no error occurred.
Steps to Reproduce (for bugs)
Fetch the HEAD of develop
Build the libraries make
Build and launch the tests make run-tests
Look at the result
Possible Solution (for bugs)
Replace the current XML test file with the expected JSON test file.
Brief summary of issue
One
gemonlinedb
test case fails with the error reported hereunder.Types of issue
Expected Behavior
All tests should pass.
Current Behavior
gemonlinedb
tests fail with the following error:Notice that
echo $?
returns0
, as if no error occurred.Steps to Reproduce (for bugs)
develop
make
make run-tests
Possible Solution (for bugs)
Replace the current XML test file with the expected JSON test file.
Context
Launching tests after some modifications.
Your Environment
develop
/74641ceThe text was updated successfully, but these errors were encountered: