Details
-
Type:
Bug
-
Status: Done
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6.0
-
Component/s: Test suite
-
Labels:None
-
Epic Link:
Description
I get the following error when running `make check` on armhf (Raspberry Pi rasbpian).
<pre>
==================================================
Starting test: enterprise_extension_test.c
==================================================
test_extension_function_stub: Starting test
test_extension_function_stub: Test completed successfully.
test_extension_function: Starting test
test_extension_function: Test completed successfully.
test_extension_function_broken: Starting test
6 != 5
ERROR: enterprise_extension_test.c:45 Failure!
test_extension_function_broken: Test failed.
test_extension_function_version_mismatch: Starting test
2014-04-20T18:24:36-0700 error: Extension plugin version does not match CFEngine Community version (CFEngine Community v3.6.0, Extension (cfengine-enterprise.so) v1.1.1). Refusing to load it.
test_extension_function_version_mismatch: Test completed successfully.
1 out of 4 tests failed!
test_extension_function_broken
FAIL: enterprise_extension_test
</pre>