[ https://issues.apache.org/jira/browse/HAWQ-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xiang Sheng updated HAWQ-1138: ------------------------------ Description: reproduce: 1. ./configure --enable-debug --enable-cassert 2. make -j8 && make install && hawq start cluster -a 2. cd src/backend 3. make unittest-check unittest failed 1 case : [code] [ RUN ] test__MemoryAccounting_GetAccountName__Validate No entries for symbol ExceptionalCondition. ERROR: ../../../../../src/test/unit/mock/backend/utils/error/assert_mock.c:26 - Could not get value to check parameter conditionName of function ExceptionalCondition Previously declared parameter value was declared at memaccounting_test.c:1320 [ FAILED ] test__MemoryAccounting_GetAccountName__Validate [/code] was: reproduce: 1. ./configure --enable-debug --enable-cassert 2. make -j8 && make install && hawq start cluster -a 2. cd src/backend 3. make unittest-check unittest failed 1 case : ``` [ RUN ] test__MemoryAccounting_GetAccountName__Validate No entries for symbol ExceptionalCondition. ERROR: ../../../../../src/test/unit/mock/backend/utils/error/assert_mock.c:26 - Could not get value to check parameter conditionName of function ExceptionalCondition Previously declared parameter value was declared at memaccounting_test.c:1320 [ FAILED ] test__MemoryAccounting_GetAccountName__Validate ``` > Unit test failed when make unittest-check if enable '--enable-cassert' option > in hawq configure > ----------------------------------------------------------------------------------------------- > > Key: HAWQ-1138 > URL: https://issues.apache.org/jira/browse/HAWQ-1138 > Project: Apache HAWQ > Issue Type: Bug > Components: Tests > Reporter: Xiang Sheng > Assignee: Jiali Yao > > reproduce: > 1. ./configure --enable-debug --enable-cassert > 2. make -j8 && make install && hawq start cluster -a > 2. cd src/backend > 3. make unittest-check > unittest failed 1 case : > [code] > [ RUN ] test__MemoryAccounting_GetAccountName__Validate > No entries for symbol ExceptionalCondition. > ERROR: > ../../../../../src/test/unit/mock/backend/utils/error/assert_mock.c:26 - > Could not get value to check parameter conditionName of function > ExceptionalCondition > Previously declared parameter value was declared at > memaccounting_test.c:1320 > [ FAILED ] test__MemoryAccounting_GetAccountName__Validate > [/code] -- This message was sent by Atlassian JIRA (v6.3.4#6332)