Re: [PATCH blktests v4 0/3] bcache: add initial test cases
Shinichiro Kawasaki <[email protected]> Tue, 3 Mar 2026 00:57:18 +0000
| Newsgroups | org.kernel.vger.linux-bcache,org.kernel.vger.linux-block |
|---|---|
| Message-ID | <aaYwWwGHdoc1uMCu@shinmob> |
On Mar 02, 2026 / 14:54, Daniel Wagner wrote: > On Thu, Feb 12, 2026 at 04:23:30PM +0100, Daniel Wagner wrote: > > I've updated the v3 version with the feedback from Shinichiro for v2. > > Shinichiro, please note I did rewrite some of the logic in v3, thus some of your > > comments didn't apply. But hopefully I don't made a big mess :) > > ping Daniel, I wonder if my replies [1][2] reached your mail box. [1] https://lore.kernel.org/linux-block/aZQZkjEUw9VnVauX@shinmob/ [2] https://lore.kernel.org/linux-block/aZQcH-d-ZcgtMoJb@shinmob/ Today, I tried this patch series again on v7.0-rc2 kernel with the TEST_CASE_DEV_ARRAY below: TEST_CASE_DEV_ARRAY[bcache/*]="/dev/nvme0n1 /dev/nvme1n1 /dev/nvme2n1 /dev/nvme4n1" And found that new files named "nvme?n1" are created in the current directory. Do you see the files created in your environment? Also I saw the failure with the message "ERROR: Accounting leak detected!" as I noted in [2].