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 was archived by the owner on Oct 26, 2018. It is now read-only.
-Testing output solutions against known solutions at various sizes, that can be run against new plugin implementations to test their outputs
-Load testing
-Plugin loading/unloading
-White box stress testing on the plugins themselves, to check for leaks and segfaults
Note there is some oddness with cargo testing in that loading and unloading DLLs seems to cause segfaults on exit with no obvious reason. We may perhaps have to use another testing strategy or here.
The text was updated successfully, but these errors were encountered:
Some of these are in place now, but TravisCI is a very inadequate build environment for testing mining plugins, especially at full-strength cuckoo 30 due to memory and cpu constraints. Another strategy for CI testing mining will be needed.
Unit tests for everything:
-Testing output solutions against known solutions at various sizes, that can be run against new plugin implementations to test their outputs
-Load testing
-Plugin loading/unloading
-White box stress testing on the plugins themselves, to check for leaks and segfaults
Note there is some oddness with cargo testing in that loading and unloading DLLs seems to cause segfaults on exit with no obvious reason. We may perhaps have to use another testing strategy or here.
The text was updated successfully, but these errors were encountered: