-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Needs TriageThis issue needs to be correctly labelled and triagedThis issue needs to be correctly labelled and triagedType: Bug
Description
Overview of the Issue
I don't know if it's my local setup issue, my unit test keeps failing on TestSelectDateTypes
Reproduction Steps
$ source dev.env
$ make unit_test
Binary Version
$ git log --oneline
8ce3eb214f (HEAD -> main, origin/main, origin/HEAD) ci: remove code patching for error differences between versions (#18990)
719bd959ba CI: Improve reliability of codecov workflow with larger runner (#18992)Operating System and Environment details
$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.3 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
$ uname -sr
Linux 6.8.0-87-generic
$ uname -m
x86_64Log Fragments
=== RUN TestSelectDateTypes
executor_select_test.go:4413:
Error Trace: /home/zq2/vitess/go/vt/vtgate/executor_select_test.go:4413
Error: Not equal:
expected: "[[CHAR(\"2020-12-01\")]]"
actual : "[[CHAR(\"2020-11-01\")]]"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-[[CHAR("2020-12-01")]]
+[[CHAR("2020-11-01")]]
Test: TestSelectDateTypes
--- FAIL: TestSelectDateTypes (0.01s)Metadata
Metadata
Assignees
Labels
Needs TriageThis issue needs to be correctly labelled and triagedThis issue needs to be correctly labelled and triagedType: Bug