[libvirt] [PATCH Rust v2 1/6] ci workaround when running integration tests

Daniel P. Berrangé berrange at redhat.com
Tue Jul 9 09:38:03 UTC 2019


On Tue, Jul 09, 2019 at 07:42:02AM +0000, Sahid Orentino Ferdjaoui wrote:
> Due to an issue fixed in libvirt master we should not consider running
> integration tests in parallel.
> 
> https://www.redhat.com/archives/libvir-list/2019-July/msg00287.html
> 
> Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui at canonical.com>
> ---
>  .travis.yml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index c52f745..54f3c24 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -41,4 +41,7 @@ install:
>  
>  script:
>    - cargo test --verbose
> -  - cargo test --verbose -- --ignored
> +  # Due to an issue fixed in master we should not consider running
> +  # integration tests in parallel.
> +  # see: https://www.redhat.com/archives/libvir-list/2019-July/msg00287.html
> +  - cargo test --verbose -- --ignored --test-threads=1

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list