When command in install
make && make test
It show
End-to-end tests for a database context loading should:
- creating a new context....
Error: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
runtest: test/test_context.cpp:73: void test_context(): Assertion `false' failed.
Aborted (core dumped)
And i test example code in get-started build passed but when run it error
terminate called after throwing an instance of 'nogdb::Error'
what(): MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
Aborted (core dumped)