]> git.ipfire.org Git - thirdparty/samba.git/commit
s4/torture: rework stream names tests usage of local xattr call
authorRalph Boehme <slow@samba.org>
Thu, 16 Nov 2017 06:58:34 +0000 (07:58 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 5 Dec 2017 09:32:10 +0000 (10:32 +0100)
commit51e21a3cd46c8a197c9a41e0032849d7bce0c52d
treed7bd61c619fdb2fea08dfa2c3454593b290870ae
parente2661635ae48a2903dbf993a6a852cd881e1b284
s4/torture: rework stream names tests usage of local xattr call

Previously this test, that tests for correct conversion of ':' in stream
names, only worked with streams_xattr with "fruit:metadata" set to
"netatalk".

In order to have test coverage for fruit shares with other configs,
split the test into two:

one test creates the stream over SMB and run against all shares, the
other one is the unmodified existing test and is only run against the
share with streams_xattr and fruit:metadata=netatalk.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13155

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 75a3c0f3b1f843ba9a7838aa7a1c311fc262f8c7)
selftest/knownfail
source4/torture/vfs/fruit.c