Closed h1alexbel closed 2 months ago
@l3r8yJ WDYT?
@h1alexbel Main quality problem: Lack of specific issue description. Suggestion: Rephrase as a clear problem statement, e.g., "Intermittent synchronization errors occur when using XML storage, consider switching to PostgreSQL database."
@l3r8yJ WDYT?
@h1alexbel i don't like this idea, because we don't need persist data during the test scenario. As far as I understand, all we need:
I would rather to have all this data in memory, it will remove all overheads from moving it to psql
or xml
. In addition, it would be hard to isolate test data in psql
for each test that user will run, wdyt?
@l3r8yJ I think we can drop all the data right after tool has been stopped. I fully agree with in-memory solution. Does any in-memory SQL database can be utilized, or you referring to some other in-memory application?
@l3r8yJ I've tested SQLite, check out this pull: https://github.com/h1alexbel/fakehub/pull/123
Let's store data in PostgreSQL database instead of XML. This should simplify our flow and get rid of synchronization issues