4paradigm/OpenMLDB

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

Offen

#2.998 geöffnet am 30.01.2023

 (5 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)C++ (329 Forks)github user discovery
buggood first issuetest

Repository-Metriken

Stars
 (1.687 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 25T 1h) (5 gemergte PRs in 30 T)

Beschreibung

/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