Statistics
| Branch: | Tag: | Revision:

root / snf-quotaholder-app / quotaholder_django / test @ 9a4600b7

# Date Author Comment
d551c841 01/11/2013 01:29 pm Georgios D. Tsoukalas

fix+test for issue_commission release logic

issue_commission() with negative quantity is considered
to be a 'release' instead of an 'allocation'.
The limit checks for the conditions or the release were
somewhat incomplete and inconsistent.

The new logic also fixes the bug found by kpap where...

08ce0e6f 01/07/2013 01:52 pm Giorgos Korfiatis

wip Use decimals to store quota values; infinite quotas no more supported

39462ae0 01/07/2013 01:52 pm Giorgos Korfiatis

Define custom integer field that is stored in the DB as decimal

16c63ca4 01/07/2013 01:52 pm Giorgos Korfiatis

Import QH_PRACTICALLY_INFINITE in tests

f631150c 12/21/2012 05:14 pm Giorgos Korfiatis

Add details in exceptions raised in issue_commission

Exceptions regarding limit violations now carry details
as specified in CommissionValueException

d2b32360 12/19/2012 02:21 pm Giorgos Korfiatis

New add_quota API to handle infinity

Separately handle subtractions and additions of quotas
Adapt get_diff_quota plus various bug fixes

2fd11a01 12/18/2012 03:31 pm Giorgos Korfiatis

Do not record arguments of add_quota.
Add call query_serials separate from ack_serials.

ef0fa70b 12/17/2012 06:32 pm Giorgos Korfiatis

Record arguments of add_quota and return them in ack_serial

789d202d 12/17/2012 04:40 pm Giorgos Korfiatis

Add a serial in the add_quota API call

4ec8c043 12/13/2012 05:53 pm Giorgos Korfiatis

add_quota API call

eeba67ab 12/10/2012 07:34 pm Giorgos Korfiatis

Make side-effecting quotaholder API calls fail completely,
if part of the request is rejected.

If such a call returns a non-empty list, this means that
the entire call failed due to the actions mentioned in the list.

0caece02 12/10/2012 05:17 pm Giorgos Korfiatis

Keep the DB but flush it at start up of testing

8f93a57a 12/10/2012 05:17 pm Giorgos Korfiatis

Use a postgres DB for testing

f7dd3d17 12/10/2012 05:17 pm Giorgos Korfiatis

Check list_entities on sorted output

8a904c14 12/05/2012 11:33 am Giorgos Korfiatis

Merge two tests for quotaholder api

3c877c34 12/04/2012 06:36 pm Giorgos Korfiatis

Add quotaholder token for tests

65f214a2 12/03/2012 01:15 pm Georgios D. Tsoukalas

add list_holdings quotaholder api call

list_holdings() to be used to get all holdings for multiple resources
without having to call list_resources/get_holding for each entity/holding.

18e54648 12/03/2012 12:48 pm Giorgos Korfiatis

Cleanup

763b4da1 12/03/2012 12:35 pm Giorgos Korfiatis

A couple of more tests for quotaholder

187bd5d9 11/30/2012 06:30 pm Giorgos Korfiatis

Test issue_commission

b0a1d46e 11/30/2012 02:27 pm Giorgos Korfiatis

One more test for quotaholder

e893482e 11/30/2012 02:15 pm Giorgos Korfiatis

Change testing port

68c8e18d 11/30/2012 12:48 pm Giorgos Korfiatis

Use SYNNEFO_SETTINGS_DIR in quotaholder testing

c9f1cf17 11/29/2012 07:02 pm Giorgos Korfiatis

Update quotaholder testing configuration

f4b5454c 11/29/2012 07:02 pm Giorgos Korfiatis

Clean up testing config

fb2aacf2 11/29/2012 07:02 pm Giorgos Korfiatis

Add more tests for quotaholder

e6f3e652 11/26/2012 02:20 pm Kostas Papadimitriou

snf-ize quotaholder-app package