Steps to reproduce:
CREATE BACKUP COLLECTION `my_collection`
( TABLE `/Root/database/path/that/doesnt/exist`)
WITH ( STORAGE = 'cluster', INCREMENTAL_BACKUP_ENABLED = 'true' );
Actual result:
The node where SchemeShard is crashes. Log is filled with the following errors:
Expected result:
- CREATE BACKUP COLLECTION results with an error "Cannot find path" in the first place
- ydbd doesn't crash