From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:35830 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750810AbcD1EcL (ORCPT ); Thu, 28 Apr 2016 00:32:11 -0400 Received: by mail-pa0-f46.google.com with SMTP id iv1so27570083pac.2 for ; Wed, 27 Apr 2016 21:32:11 -0700 (PDT) From: Omar Sandoval To: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org Cc: kernel-team@fb.com, Omar Sandoval Subject: [PATCH 0/2] fstests: btrfs: the lost levels Date: Wed, 27 Apr 2016 21:31:50 -0700 Message-Id: Sender: linux-btrfs-owner@vger.kernel.org List-ID: From: Omar Sandoval Inspired by a conversation a few of us had at LSF about forgotten fstests, I went back and checked if I had let any tests disappear into the ether. Turns out that I did, so here are the tests for Btrfs replace missing that I never got merged, updated with everyone's comments from last time around ([1], [2]). Patch 1/3 in that original series did get merged, these two didn't fare so well. Thanks! 1: https://patchwork.kernel.org/patch/6856101/ 2: https://patchwork.kernel.org/patch/6856051/ Omar Sandoval (2): btrfs: add replace missing and replace RAID 5/6 to profile configs btrfs: add test for replacing a missing device common/rc | 95 ++++++++++++++++++++--------------------- tests/btrfs/027 | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/027.out | 2 + tests/btrfs/group | 1 + 4 files changed, 170 insertions(+), 47 deletions(-) create mode 100755 tests/btrfs/027 create mode 100644 tests/btrfs/027.out -- 2.8.0