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
Failed to allocateBytes 6.33MB: Exceeded memory allocator limit of 512.00MB, Source: RUNTIME, ErrorCode: MEM_ALLOC_ERROR
229: [ OK ] CustomTypeTest.customType (4 ms)
229: [ RUN ] CustomTypeTest.getCustomTypeNames
229: /root/project/velox/expression/tests/CustomTypeTest.cpp:213: Failure
229: Expected equality of these values:
229: (std::unordered_set<std::string>{ "JSON", "HYPERLOGLOG", "TIMESTAMP WITH TIME ZONE", })
229: Which is: { "TIMESTAMP WITH TIME ZONE", "HYPERLOGLOG", "JSON" }
229: names
229: Which is: { "JSON", "MATERIALIZETESTUDT", "UDT2", "TIMESTAMP WITH TIME ZONE", "HYPERLOGLOG" }
229: [ FAILED ] CustomTypeTest.getCustomTypeNames (0 ms)
System information
N/A
Relevant logs
No response
The text was updated successfully, but these errors were encountered:
@mbasmanova I have found that MATERIALIZETESTUDT and UDT2 are registered in other tests. Is the failure of this UT related to the order of UT execution?
ArrayViewTest and ArrayWriterTest register UDTs, which should be unregistered after use to avoid causing instability in the test results of CustomTypeTest.getCustomTypeNames.
Bug description
System information
N/A
Relevant logs
No response
The text was updated successfully, but these errors were encountered: