You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were a couple of datetime bugs in core Tarantool [1, 2] in 2.10
that were fixed in 2.11. We had a couple of test cases which were
skipped before because of these bugs. After 2.11 we may change these
skips to conditional skips.
1. tarantool/tarantool#7698
2. tarantool/tarantool#7700Closes#246
There were a couple of datetime bugs in core Tarantool [1, 2] in 2.10
that were fixed in 2.11. We had a couple of test cases which were
skipped before because of these bugs. After 2.11 we may change these
skips to conditional skips.
1. tarantool/tarantool#7698
2. tarantool/tarantool#7700Closes#246
There were a couple of datetime bugs in core Tarantool [1, 2] in 2.10
that were fixed in 2.11. We had a couple of test cases which were
skipped before because of these bugs. After 2.11 we may change these
skips to conditional skips.
1. tarantool/tarantool#7698
2. tarantool/tarantool#7700Closes#246
There are two tarantool-python + Tarantool integration tests for datetime arithmetic that are skipped for now due to core bugs:
tarantool-python/test/suites/test_datetime.py
Lines 386 to 392 in 10adf37
tarantool-python/test/suites/test_datetime.py
Lines 522 to 528 in 10adf37
This skips should be changed to conditional skips after Tarantool release (now bugs are fixed, but there is no tagged version with fix).
The text was updated successfully, but these errors were encountered: