Description
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet
label and
I will stop commenting.
commit: 0a3cb48
buildURL: Build Status, Sponge
status: failed
Test output
series = 0 00:00:00 1 12:30:14.998902 2 23:59:58.999272 dtype: dbtime expected = [ 00:00:00.000000000, 12:30:15.123456789, 23:59:59.999999999 ]@pytest.mark.parametrize(("series", "expected"), SERIES_ARRAYS_CUSTOM_ARROW_TYPES) def test_to_arrow_w_arrow_type(series, expected): array = pyarrow.array(series, type=expected.type)
assert array.equals(expected)
E assert False
E + where False = <built-in method equals of pyarrow.lib.Time64Array object at 0x7fd4448793c0>(<pyarrow.lib.Time64Array object at 0x7fd444ac0d00>\n[\n 00:00:00.000000000,\n 12:30:15.123456789,\n 23:59:59.999999999\n])
E + where <built-in method equals of pyarrow.lib.Time64Array object at 0x7fd4448793c0> = <pyarrow.lib.Time64Array object at 0x7fd4448793c0>\n[\n 00:00:00.000000000,\n 12:30:14.998902738,\n 23:59:58.999272620\n].equalstests/unit/test_arrow.py:259: AssertionError