Commit 5f0381d
fix: add missing convert_timestamptz in timestamptz default value test
The test_milvus_client_timestamptz_add_field_with_default_value test was
missing a convert_timestamptz() call to normalize expected timestamp values
before comparison. This caused flaky failures when CI environments had
different tzdata versions or when the server returned timestamps in a
slightly different format. All other timestamptz tests already use this
normalization pattern.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>1 parent 1c0302a commit 5f0381d
File tree
1 file changed
+1
-0
lines changed- tests/python_client/milvus_client
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| 749 | + | |
749 | 750 | | |
750 | 751 | | |
751 | 752 | | |
| |||
0 commit comments