guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openvswitch: Disable tests.


From: guix-commits
Subject: branch master updated: gnu: openvswitch: Disable tests.
Date: Sat, 24 Sep 2022 09:13:18 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 20fbc0bb08 gnu: openvswitch: Disable tests.
20fbc0bb08 is described below

commit 20fbc0bb083c40d2176b7b0f8e53d25e1c95a4cf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 24 15:11:35 2022 +0200

    gnu: openvswitch: Disable tests.
    
    On berlin the following test fails:
    
    ;; 25. bfd.at:268: 25. bfd - bfd decay (bfd.at:268): FAILED (bfd.at:397)
    
    while this one fails on hydra-114:
    
    1040. dpif-netdev - meters (dpif-netdev.at:269): FAILED (dpif-netdev.at:376)
    
    Disable the tests for now.
    
    * gnu/packages/networking.scm (openvswitch)[arguments]: Disable them.
---
 gnu/packages/networking.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8a9d698691..825170cc54 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2747,6 +2747,10 @@ procedure calls (RPCs).")
          "--disable-static"        ; XXX still installs libopenvswitchavx512.a
          "--localstatedir=/var"
          "--with-dbdir=/var/lib/openvswitch")
+       ;; Tests fail in different ways, on different x86_64-linux hardware:
+       ;; 25. bfd.at:268: 25. bfd - bfd decay (bfd.at:268): FAILED (bfd.at:397)
+       ;; 1040. dpif-netdev - meters (dpif-netdev.at:269): FAILED 
(dpif-netdev.at:376)
+       #:tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'use-absolute-/bin/sh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]