I am on High Sierra. I tried to follow the given instruction to build litetree on my machine and it gave me some errors as follows:
macoss-iMac:litetree macos$ make test
cd test && python test.py -v
test00_read_config (__main__.TestSQLiteBranches) ... ERROR
test01_branches (__main__.TestSQLiteBranches) ... FAIL
test02_branch_info (__main__.TestSQLiteBranches) ... FAIL
test02_branch_tree (__main__.TestSQLiteBranches) ... ERROR
test02b_sql_log (__main__.TestSQLiteBranches) ... ERROR
test03_reading_branches_at_the_same_time (__main__.TestSQLiteBranches) ... FAIL
test04_concurrent_access (__main__.TestSQLiteBranches) ... FAIL
test05_single_connection_uri (__main__.TestSQLiteBranches) ... FAIL
test06_invalid_branch_name (__main__.TestSQLiteBranches) ... ERROR
test07_rename_branch (__main__.TestSQLiteBranches) ... FAIL
test08_truncate_branch (__main__.TestSQLiteBranches) ... ERROR
test09_delete_branch (__main__.TestSQLiteBranches) ... FAIL
test10_rollback (__main__.TestSQLiteBranches) ... ERROR
test11_attached_dbs (__main__.TestSQLiteBranches) ... FAIL
test12_temporary_db (__main__.TestSQLiteBranches) ... FAIL
test13_discard_commits (__main__.TestSQLiteBranches) ... FAIL
test14_forward_merge (__main__.TestSQLiteBranches) ... FAIL
test15_forward_merge (__main__.TestSQLiteBranches) ... FAIL
test18_savepoints (__main__.TestSQLiteBranches) ... ERROR
test19_closed_connection (__main__.TestSQLiteBranches) ... ERROR
test20_open_while_writing (__main__.TestSQLiteBranches) ... ERROR
test21_internal_temporary_dbs (__main__.TestSQLiteBranches) ... ERROR
test22_normal_sqlite (__main__.TestSQLiteBranches) ... ok
Anything I can trace from the log? where are they located?
EDIT: I fixed the formatting, it did not go well with the code tag
I am on High Sierra. I tried to follow the given instruction to build litetree on my machine and it gave me some errors as follows:
Anything I can trace from the log? where are they located?
EDIT: I fixed the formatting, it did not go well with the code tag