On Wed, Jun 21, 2017 at 01:03:49PM +0200, Carlos Maiolino wrote: > Hey fellows. > > On Wed, Jun 21, 2017 at 06:15:26AM -0400, Brian Foster wrote: > > On Tue, Jun 20, 2017 at 05:45:50PM -0700, Darrick J. Wong wrote: > > > On Mon, Jun 19, 2017 at 02:51:11PM -0400, Brian Foster wrote: > > > > On Mon, Jun 19, 2017 at 10:42:03AM -0700, Darrick J. Wong wrote: > > > > > On Mon, Jun 19, 2017 at 09:51:22AM -0400, Brian Foster wrote: > > > > > > On Fri, Jun 16, 2017 at 12:54:43PM +0200, Carlos Maiolino wrote: > > > > > > > Hi, > > > > > > > > > > > > > > there goes a new version of this patchset based on previous reviews on V3. > > > > > > > > > > > > > > Changelogs added separated to each patch. > > > > > > > > > > > > > > > > > > > Hi Carlos, > > > > > > > > > > > > I pointed out the last things that I'm aware of that I think need to be > > > > > > fixed in this series (along with a few nits here and there). That said, > > > > > > it's already been pointed out that we probably want an xfstests test > > > > > > case to go along with this before it would be merged. Is that something > > > > > > you are still planning on? > > > > > > > > Well, I am sure planing a xfstests for this case, I just didn't stop > to work on it yet, and well, I wasn't expecting to have the test done > before merging this patchset, is this a requirement? Yes, in general I'd like to see testcases being submitted at least as early as the patch. The obvious exceptions to that are obvious one-liner fixes and failures that we've discussed on-list about being difficult to reproduce. If the tests are already upstream then remind me of the number so I can test the patches; if not, I want to be able to apply your tests to my xfstests repo and try it out. To be absolutely clear: the only thing I don't want to see is no test cases at all. > If so, I'll work on that before finishing this series, otherwise I'll > just finish the series and then move to the xfstests. You can do that, but just be aware that my inclination to defer a patch series increases with the complexity of the code changes and (sharply) decreases with the amount of testing that's also supplied with it. :) I understand that the statement is subjective and arbitrary; I seek a balance point between no test coverage at all and the "every LoC must be tested!" mandates that years ago had me writing test cases for binary and logical OR. My end goal is to avoid another copy_file_range/btrfs_ioc_clone* mess where user-visible interfaces go into the kernel with zero validation, and then there's no way to figure out what's supposed to be going on or if the code actually implements that. In the first case there were continual promises about delivery of testcases, but they languished for months; in the second case, I wrote the tests as part of ensuring that XFS reflink behaved in a fashion that didn't break existing users' mental models of reflink... which was difficult to suss out since there were two different reflink models in the kernel and no explicit definition of either. Yuck. > . > . > . > > > > > > something like a new DEBUG sysfs attribute in the error configuration > > > > > > (see log_badcrc_factor for a similar example). > > > > > > > > > > I wonder if it would be more useful to have individual knobs for each > > > > > metadata object type so that you could have multiple xfstests, each of > > > > > which runs the same software scenario but with different failures > > > > > > > > > > > > > I suppose you could do some of that in the test just by making certain > . > . > . > > > > XFS_RANDOM_ values (i.e. inverted frequency). Now we're free of the > > > limitation of only being able to inject 10 error types across all > > > mounted fses, and we can individually disable injection too. > > > > > > > Nice, that sounds very interesting.. thanks! > > > > Brian > > > > Regarding the error injection knobs (and the bad quoting of previous > replies above :), I like the idea, and I can surely work on such > implementation, but, I honestly disagree with having the error > injection patches in this same patchset. This will recreate a new > discussion regarding the implementation, several new reviews, > comments, etc and postpone this fix even more. I'd highly appreciate > if we could do this in a different patchset, so we can have this fix > merged sooner. <shrug> Tack a new patch on the end of the series that implements the injection knob via the existing mechanism (whether that's the stuff in xfs_error.[ch] or (I guess) the sysfs log/ debug knobs); that shouldn't be too controversial. If later we agree to adopt the new scheme, I'll update your code/tests to use the new knobs. > What you guys think? > > also, let me know if I should send the xfstest before moving on with > this patchset. Yes please. --D > > > Cheers > > -- > Carlos > -- > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html