4paradigm/OpenMLDB

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

Open

#2,998 opened on Jan 30, 2023

 (5 comments) (0 reactions) (2 assignees)C++ (329 forks)github user discovery
buggood first issuetest

Repository metrics

Stars
 (1,687 stars)
PR merge metrics
 (Avg merge 25d 1h) (5 merged PRs in 30d)

Description

/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.

Contributor guide