[Spice-devel] [PATCH 09/15] tests: test_display_base: use a faster wakeup time to easily test multiple client blocking
Frediano Ziglio
fziglio at redhat.com
Fri Dec 4 03:59:42 PST 2015
>
> On Thu, 2015-12-03 at 16:27 +0000, Frediano Ziglio wrote:
> > From: Alon Levy <alon at pobox.com>
> >
> > ---
> > server/tests/test_display_base.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/server/tests/test_display_base.c
> > b/server/tests/test_display_base.c
> > index 8c8cef1..b574756 100644
> > --- a/server/tests/test_display_base.c
> > +++ b/server/tests/test_display_base.c
> > @@ -864,7 +864,7 @@ Test *test_new(SpiceCoreInterface *core)
> >
> > test->core = core;
> > test->server = server;
> > - test->wakeup_ms = 50;
> > + test->wakeup_ms = 1;
> > test->cursor_notify = NOTIFY_CURSOR_BATCH;
> > // some common initialization for all display tests
> > printf("TESTER: listening on port %d (unsecure)\n", port);
>
>
> I don't have much opinion on this patch, since it's a test program that I've
> never really used before. It doesn't look like it will cause any big issues.
> ACK, I guess.
>
> Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
>
Merged
I think this change was used to increase cursors command sent by tests.
Frediano
More information about the Spice-devel
mailing list