| Bug #79421 | SEGMENTLIST UNIT TEST CAUSING BUILD ERROR | ||
|---|---|---|---|
| Submitted: | 26 Nov 2015 10:40 | Modified: | 19 Jan 2016 12:14 |
| Reporter: | Arnab Ray | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Tests: Cluster | Severity: | S3 (Non-critical) |
| Version: | 7.4.8 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[19 Jan 2016 12:14]
Jon Stephens
Fixed in NDB 7.4.10. Testing only; no end user changes to document. Closed.

Description: SegmentList unit test is causing a build error when enabled. How to repeat: shell> vim storage/ndb/src/kernel/vm/CMakeLists.txt In the above CMakeLists.txt: -FOREACH(testprog CountingPool DynArr256 IntrusiveList LHLevel) NDB_ADD_TEST("${testprog}-t" "${testprog}.cpp" LIBS ndbtest ndbkernel ndbsched ndberror ndbtransport ndbmgmcommon ndbmgmapi ndbportlib ndbgeneral) +FOREACH(testprog CountingPool DynArr256 IntrusiveList LHLevel SegmentList) NDB_ADD_TEST("${testprog}-t" "${testprog}.cpp" LIBS ndbtest ndbkernel ndbsched ndberror ndbtransport ndbmgmcommon ndbmgmapi ndbportlib ndbgeneral) Build the code