Discription
- Database size limit of 100MB per user is not enforced, allowing users to exceed the quota and causing financial losses to the provider
Preconditions:
- User has an active account in Oblache system
- User has access to database creation and data insertion capabilities
Reproduction steps:
- Create a database
- Connect to the database using provided credentials
- Insert large amounts of data (e.g., using bulk insert scripts)
- Continue inserting data beyond the 100MB limit
Expected Result:
- System should block database writes when approaching 100MB limit
- Database should transition to
read_only_threshold status according to design_doc.md(№5)
- User should receive error messages when attempting to insert more data
- No data insertion should be possible beyond 100MB quota
Actual result:
- System allows unlimited data insertion beyond 100MB quota
- Database remains in normal operational state
- No quota enforcement mechanisms are triggered
- User can insert 1.4GB+ of data without any restrictions
What we see after we reproduced the bug
Environment:
Priority(High, Medium, Low)
Severity(Blocker, Critical, Major, Minor, Trivial)
Application:
-Oblache Database-as-a-Service platform
Link to Allure report:
https://areso.github.io/Oblache/
Additional context

Discription
Preconditions:
Reproduction steps:
Expected Result:
read_only_thresholdstatus according to design_doc.md(№5)Actual result:
What we see after we reproduced the bug
Environment:
Priority(High, Medium, Low)
Severity(Blocker, Critical, Major, Minor, Trivial)
Application:
-Oblache Database-as-a-Service platform
Link to Allure report:
https://areso.github.io/Oblache/
Additional context