opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
822 stars 234 forks source link

BackwardChainerUTest fails #1604

Closed linas closed 6 years ago

linas commented 6 years ago

This unit test passed yesterday. Today it fails.

shujingke commented 6 years ago

This UTest was already failed for me when I run it before modified it. I just cancelled my new added test functions (#1611) and it still failed. It got several below errors: [ERROR] UREConfig - invalid rulebase specified! (/home/rainkekeke/atomspace/opencog/rule-engine/UREConfig.cc:46). It seems the rule base is not defined for some test functions.

linas commented 6 years ago

Hmm The test was passing last week. Can you bisect, and find out which commit broke it? Use git bisect to bisect. https://stackoverflow.com/questions/4713088/how-to-use-git-bisect https://git-scm.com/docs/git-bisect

linas commented 6 years ago

Test currently passes. Closing.