Hello,
did you execute the created procedure?
From the above described history it looks like you have only created the procedure but not executed it.
Try to execute the procedure in the SQL console with CALL xxx.INSERT_INTO_TEST;
Best regards,
Florian