CREATE ROLE "" crashes picodata
picodata> pico.create_role("")
Leads to the following error:
thread 'main' panicked at 'creating role shouldn't fail: Tarantool(TarantoolError { code: 70, message: "Invalid identifier '' (expected printable symbols only or it is too long)", .. })', src/traft/node.rs:860:38
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 5
[supervisor:194352] no ipc message from child
[supervisor:194352] subprocess 194361 was signaled with SIGABRT
[supervisor:194352] core dumped
I'd expect that role with empty name cannot be created.
Also the process seems to be stuck when its started after the crash. Interactive prompt didnt appear, last message in the log:
this is the only voter in cluster, triggering election immediately