4paradigm/OpenMLDB

udf test for `unix_timestamp("")` might fail

开放

#2,998 创建于 2023年1月30日

 (5 条评论) (0 个反应) (2 位负责人)C++ (329 个派生)github user discovery
buggood first issuetest

仓库指标

星标
 (1,687 个星标)
PR 合并指标
 (平均合并 25天 1小时) (30 天内合并 5 个 PR)

描述

/home/runner/work/OpenMLDB/OpenMLDB/hybridse/src/udf/udf_test.h:172: Failure
Expected equality of these values:
  expect
    Which is: Nullable{value=1674015278, type=int64}
  output
    Which is: Nullable{value=1674015279, type=int64}

refer https://github.com/4paradigm/OpenMLDB/actions/runs/3945482097/jobs/6752411020#step:7:21561

Fail might happen due to slow execution.

贡献者指南