Closed GoogleCodeExporter closed 9 years ago
Original comment by a03pe...@gmail.com
on 22 Feb 2013 at 1:33
Attachments:
Attachement scenario description:
Domain: Auction site with users selling and buying stuff.
Add 100 Users and related tables/accounts
For each user
Start UserSession (Login session for the auction site)
Add money to the auction account(from credit card or other), log this event.
Do 50 auction biddings
Insert Auction
Insert related transactions and logs
Insert some sum that the auction house takes from each auction.
Withdraw any money left on the auction account.
End the User Session (system logout)
Original comment by a03pe...@gmail.com
on 22 Feb 2013 at 1:38
implemented as ExecutionNode
Original comment by m...@peterhenell.se
on 26 Dec 2013 at 10:36
Original issue reported on code.google.com by
a03pe...@gmail.com
on 22 Feb 2013 at 1:28Attachments: