Comment block.
This commit is contained in:
parent
b657910c19
commit
551562701e
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
[exchange]
|
[exchange]
|
||||||
# Lengthen over firstly extended value (100 s)
|
# Lengthen over firstly extended value (100 s)
|
||||||
LOOKAHEAD_SIGN = 150 s
|
LOOKAHEAD_SIGN = 1500 s
|
||||||
|
@ -106,6 +106,30 @@ run (void *cls,
|
|||||||
TALER_TESTING_cmd_signal ("reload-keys-serialization",
|
TALER_TESTING_cmd_signal ("reload-keys-serialization",
|
||||||
is->exchanged,
|
is->exchanged,
|
||||||
SIGUSR1),
|
SIGUSR1),
|
||||||
|
|
||||||
|
TALER_TESTING_cmd_sleep ("sleep-serialization",
|
||||||
|
3),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* XXX.
|
||||||
|
*
|
||||||
|
* Current bug: this CMD here uses the "reconnect cert_cb",
|
||||||
|
* that has its 'consumed' field already set to GNUNET_YES.
|
||||||
|
* This way, there is no way to pass control to the next
|
||||||
|
* CMD making therefore the interpreter stuck.
|
||||||
|
*
|
||||||
|
* Doable solution: adapt the global "cert_cb" to handle
|
||||||
|
* "reconnect situations", or even provide some method to
|
||||||
|
* switch the 'consumed' field back to GNUNET_NO.
|
||||||
|
*/
|
||||||
|
TALER_TESTING_cmd_check_keys ("check-freshest-keys",
|
||||||
|
4,
|
||||||
|
10),
|
||||||
|
|
||||||
|
TALER_TESTING_cmd_wire ("verify-/wire-with-fresh-keys",
|
||||||
|
"x-taler-bank",
|
||||||
|
NULL,
|
||||||
|
MHD_HTTP_OK),
|
||||||
TALER_TESTING_cmd_end ()
|
TALER_TESTING_cmd_end ()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ check_keys_run (void *cls,
|
|||||||
{
|
{
|
||||||
is->working = GNUNET_NO;
|
is->working = GNUNET_NO;
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
||||||
"Triggering /keys dl, cmd `%s'\n",
|
"Triggering GET /keys, cmd `%s'\n",
|
||||||
cmd->label);
|
cmd->label);
|
||||||
|
|
||||||
/* Means re-download /keys. */
|
/* Means re-download /keys. */
|
||||||
|
Loading…
Reference in New Issue
Block a user