The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
39 views

weighing tools/approaches for testing of database components

Currently the way we do this on LedgerSMB is to have SQL scripts which insert records into a test results table. This table is created in a transaction which runs the tests, and the tests always roll ...
0
votes
0answers
21 views

How to tests TransactionManager? And Correct Behavior of Transactions and connections?

I have three transaction services that are executed within a transaction boundary (stratTransaction or begin transaction). All three services uses different connection (No_Transaction, ...