opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
44 stars 11 forks source link

Should log messages be tested? #24

Closed marotili closed 8 years ago

marotili commented 8 years ago

With some effort tests could register custom loggers and then test their output. In theory I would prefer to query state directly, but maybe using logs can help in distributed systems?

patham9 commented 8 years ago

Closed as we think that individual component and actor tests are the way to go especially also considering the non-deterministic control strategy as well as the OS- and JVM-dependent actor sheduling strategy.