From patchwork Sat Sep 5 21:10:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yonggang Luo X-Patchwork-Id: 1358207 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=sT2MzYoK; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BkS065m2cz9sTX for ; Sun, 6 Sep 2020 07:11:34 +1000 (AEST) Received: from localhost ([::1]:48672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEfTA-0005Fr-O2 for incoming@patchwork.ozlabs.org; Sat, 05 Sep 2020 17:11:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33196) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEfSc-0005FN-Ti; Sat, 05 Sep 2020 17:11:00 -0400 Received: from mail-pf1-x444.google.com ([2607:f8b0:4864:20::444]:39300) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kEfSa-0006dJ-9b; Sat, 05 Sep 2020 17:10:57 -0400 Received: by mail-pf1-x444.google.com with SMTP id u128so6527616pfb.6; Sat, 05 Sep 2020 14:10:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=eGat2Y89VqJumYm2F6b7SNwQL2FY4HyPQvZfIsiYJ2w=; b=sT2MzYoK5ngWsuZjQLdNE/hfGJwm1Zv3O4qxiZ996KR/APdL3zmoHci+NoP9Z8/ke6 0Ax84qWBcoD4HNY5BNC+LsaOUSk9305w4zMKwGxXBkWjkc39AlCZsRcWYIeAl3AhYFi+ rfxo6BP9mKfAgSciAbKBZXOJjjhsCBCiFaAMJBGLOwKoRJf1OyPgmrdWKUvfREZPVY+C /EW6F+uipwdANK82lHak4vlphQsYePBKRjjupRZAzBK+8pBZXchEKBeqAwva4/hN1r5I d97i5AuQ9Ga+HyqCulvWk3r/2+cGfLj5yzspsMYgemmw+6bR3pF2tV3eVstNqqbIzje4 45rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=eGat2Y89VqJumYm2F6b7SNwQL2FY4HyPQvZfIsiYJ2w=; b=FIUb8VXTajPu6Z8eATOghb7kiFlH1UwZlK9YoPko6UgIfqiPkql1MbrYOUYfGJhdz9 +a87LD9fS7ceJAYPAXAoDR168nP/Eu4mI2EPIyYa/F8GiqDYOUFk7MirnJRLaF3koEF7 2plALflXGK6ZBArvbNfrAUvg4Z+3mE1Zo2wipT9+9zIS9HnANJm3IlXRbJ9fsPekuf0l ZjXzijFBpOErYiejrNbyoOFRvVtyF1jYEspy4EfGn9uof5oDJdZA1EuFX1Q5oV/Nc+6W kxoBznnVJsRQSuv+9LtDjfyYw4EEq7Kbt82C5Q611RytFW49UatmqnDW1g9GGkVCTY0u XSwQ== X-Gm-Message-State: AOAM532y5yfky76JoCn5/wsDAFR2hWzeI11Nywp23DkuV0dpmDMbiY3R EKEjOkd3ArvV6h9T7pjktEdGgp3Q48SKADqQ X-Google-Smtp-Source: ABdhPJycpd/g9tYyWlks/fB7MiZgFcpp7cDqPxjPoM3jPkzgc6QdiCPNJVlOWHMPh67f+DTBiepdkQ== X-Received: by 2002:a62:2605:: with SMTP id m5mr8832307pfm.137.1599340253881; Sat, 05 Sep 2020 14:10:53 -0700 (PDT) Received: from localhost.localdomain ([222.95.248.6]) by smtp.googlemail.com with ESMTPSA id k88sm8576010pjk.19.2020.09.05.14.10.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 05 Sep 2020 14:10:53 -0700 (PDT) From: Yonggang Luo To: qemu-devel@nongnu.org Subject: [PATCH 0/2] Try fixes test-replication.c running on msys2/mingw Date: Sun, 6 Sep 2020 05:10:36 +0800 Message-Id: <20200905211038.904-1-luoyonggang@gmail.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Received-SPF: pass client-ip=2607:f8b0:4864:20::444; envelope-from=luoyonggang@gmail.com; helo=mail-pf1-x444.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , QEMU Block , Stefan Weil , Xie Changlong , Max Reitz , Yonggang Luo , Wen Congyang Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Still failing 1..13 ok 1 /replication/primary/read ok 2 /replication/primary/write ok 3 /replication/primary/start ok 4 /replication/primary/stop ok 5 /replication/primary/do_checkpoint ok 6 /replication/primary/get_error_all ok 7 /replication/secondary/read ok 8 /replication/secondary/write Unexpected error in bdrv_reopen_prepare() at ../block.c:4191: Block format 'file' used by node '#block4251' does not support reopening files Yonggang Luo (2): tests: Trying fixes test-replication.c on msys2/mingw. block: get file-win32.c handle locking option consistence with file-posix.c block/file-win32.c | 23 +++++++++++++++++++++-- tests/test-replication.c | 13 +++++++++---- 2 files changed, 30 insertions(+), 6 deletions(-)