flaky: test_ddl_drop_table_by_raft_log_at_catchup
# Wake up the catching up instance.
i3.start()
i3.wait_online()
# The space was dropped.
> assert i3.call("box.space._space.index.name:get", "drop_me") is None
E AssertionError: assert is failed. [pytest-clarity diff shown]
E
E LHS vs RHS shown below
E
E None
E [
E 1026,
E 32,
E 'drop_me',
E 'memtx',
E 0,
E {'group_id': 1},
E [{'is_nullable': False, 'name': 'id', 'type': 'unsigned'}],
E ]
E
https://git.picodata.io/picodata/picodata/picodata/-/jobs/208240
Edited by Dmitry Rodionov