summaryrefslogtreecommitdiff
path: root/src/bank-lib/test_bank_api_with_fakebank_twisted.c
AgeCommit message (Collapse)Author
2019-09-11Unify "twisted" tests.Marcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-07-22fix test case clean up logic on skipChristian Grothoff
2019-04-11Fix history CMD loop, + make fakebank demonize.Marcello Stanisci
This latter enable us to call the "check-service" CMD against the Fakebank, instead of doing forced X seconds sleep.
2019-04-10Fixing twisted tests.Marcello Stanisci
It has been observed that when a "twisted" test has "very little" commands in the stack, it uses to fail since the proxied service cannot be reached. This commit puts some delay before the first command gets run by the test interpreter; both in the form of a "blind" sleep, and with a more structured 'wget' loop.
2019-04-10minor fixesMarcello Stanisci
2019-04-07fix #includesChristian Grothoff
2018-12-14/history API semantics extended.Marcello Stanisci
That API has now a new 'ordering' flag that lets the client choose what ordering the results should have: ascending or descending. In particular, this change adapted the fakebank and tests logic to such introduction.
2018-09-05fix "twisted" test-suites.Marcello Stanisci
2018-04-02fix post-merge FTBFSChristian Grothoff
2018-03-22gently terminating the twister.Marcello Stanisci
2018-03-17adding "with_fakebank_twisted" tests.Marcello Stanisci