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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxx>
> ---
>  .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@xxxxxxxxxx>

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 :|

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux