Displaying 6 results from an estimated 6 matches for "torture_fail".
2014 Nov 19
1
SMBTORTURE Documentation
...Trying non-existent file
Trying a hidden file
Trying a directory
Trying a bad path
Trying wildcards
(../source4/torture/raw/unlink.c:143) Incorrect status
NT_STATUS_OBJECT_NAME_INVALID - should be NT_STATUS_NO_SUCH_FILE
time: 2014-11-19 15:21:04.405821
error: unlink [
Unknown error/failure. Missing torture_fail() or torture_assert_*() call?
]
Is there any Documentation which i can refer to verify if these are genuine
failures or what all options to be used while running raw smbtorture tests.
Thanks,
Surabhi
2014 Nov 11
0
smbtorture tests errors
...T
attrib: 0x20
alloc_size: 0
size: 7
nlink: 1
delete_pending: 0
directory: 0
ea_size: 0
fname: '\testsfileinfo\fname_test_10.txt'
time: 2014-11-11 03:21:51.217420
error: base [
Unknown error/failure. Missing torture_fail() or torture_assert_*() call?
]
test: rename
time: 2014-11-11 03:21:51.217521
Failed to setup EAs
create_time not setup correctly
Failed to setup EAs
create_time not setup correctly
Failed to setup EAs
create_time not setup correctly
Failed to setup EAs
create_time not setup correctly
WARNING!: (.....
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...t;security descriptors don't match!\n"); \
> + torture_warning(tctx, "got:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd1); \
> + torture_warning(tctx, "expected:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd2); \
> + torture_result(tctx, TORTURE_FAIL, \
> + "%s: security descriptors don't match!\n", \
> + __location__); \
> + ret = false; \
> + } \
> +} while (0)
> +
> +/**
> + * SMB2 connect with explicit share
> + **/
> +static bool torture_smb2_con_share(struct torture_context *t...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote:
> On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote:
> > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote:
> > >
> > > Yeah, as much as I'd like to avoid adding a new option, I guess we
> > > have to do something about it, my latest take on this is
>
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...t;security descriptors don't match!\n"); \
> + torture_warning(tctx, "got:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd1); \
> + torture_warning(tctx, "expected:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd2); \
> + torture_result(tctx, TORTURE_FAIL, \
> + "%s: security descriptors don't match!\n", \
> + __location__); \
> + ret = false; \
> + } \
> +} while (0)
> +
> +/**
> + * SMB2 connect with explicit share
> + **/
> +static bool torture_smb2_con_share(struct torture_context *t...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote:
> On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote:
> > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote:
> > >
> > > Cheerio!
> > > -slow
> >
> > Still reviewing this - but a few things that will need changing:
> >
> > When adding the