All of lore.kernel.org
 help / color / mirror / Atom feed
* Buildbot cifs/smb3 testing improvements
@ 2019-03-20  2:20 Steve French
  2019-03-20  8:11 ` ronnie sahlberg
  0 siblings, 1 reply; 5+ messages in thread
From: Steve French @ 2019-03-20  2:20 UTC (permalink / raw)
  To: CIFS, samba-technical

Just added 2 more tests (339 and 450) to the cifs-testing group of
automated 'buildbot' tests, and 3 more tests to the Azure group (339,
450, 451), and thought it would be a good time to recap the progress

We now execute:
- 89 xfstest subtests in the 'cifs-testing' group (various servers),
some repeated with various configurations.  This is about 3x more
tests than were executed  four months ago when the buildbot was setup
and we had our first successful runs.
- 17 tests in the 'DFS' group
- 78 in the Azure testing group.  Just in this month we have added 14 tests.

Our goal is to continue to add tests as we fix more bugs and add more
cifs/smb3 features to reduce the possibility of regressions (it has
already been useful for that and caught a few potential regressions
before merges).   This is very exciting, and made possibly by good
work by Ronnie, Paulo and Aurelien.




-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Buildbot cifs/smb3 testing improvements
  2019-03-20  2:20 Buildbot cifs/smb3 testing improvements Steve French
@ 2019-03-20  8:11 ` ronnie sahlberg
  2019-03-20  8:19   ` Stefan Metzmacher
  0 siblings, 1 reply; 5+ messages in thread
From: ronnie sahlberg @ 2019-03-20  8:11 UTC (permalink / raw)
  To: Steve French; +Cc: CIFS, samba-technical

On Wed, Mar 20, 2019 at 12:20 PM Steve French <smfrench@gmail.com> wrote:
>
> Just added 2 more tests (339 and 450) to the cifs-testing group of
> automated 'buildbot' tests, and 3 more tests to the Azure group (339,
> 450, 451), and thought it would be a good time to recap the progress
>
> We now execute:
> - 89 xfstest subtests in the 'cifs-testing' group (various servers),
> some repeated with various configurations.  This is about 3x more
> tests than were executed  four months ago when the buildbot was setup
> and we had our first successful runs.
> - 17 tests in the 'DFS' group
> - 78 in the Azure testing group.  Just in this month we have added 14 tests.
>
> Our goal is to continue to add tests as we fix more bugs and add more
> cifs/smb3 features to reduce the possibility of regressions (it has
> already been useful for that and caught a few potential regressions
> before merges).   This is very exciting, and made possibly by good
> work by Ronnie, Paulo and Aurelien.
>

That is very good news and progress for cifs.ko
so a round of self-applause and self-congratulation is
in order.
Hooray for us. We have made good progress.
(We are adopting good development practices.)

I really like how this project have allowed us to focus better on problem areas.
If nothing else, the huge number of bugfixes that have allowed us to so
significantly improve quality and how many tests are passing is testament
to the importance of a test infrastructure.


At some stage I would really like to see a Soft-ROCE server with samba+rdma
in the test environment so we can at last have basic testing of out RMDA code
automatically done before we send push requests upstream.
Anyone that knows how to set up samba with RDMA and Soft-ROCE
please ping us.

But for now, lets celebrate the progress we are making.


Regards
ronnie sahlberg


>
>
> --
> Thanks,
>
> Steve

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Buildbot cifs/smb3 testing improvements
  2019-03-20  8:11 ` ronnie sahlberg
@ 2019-03-20  8:19   ` Stefan Metzmacher
  2019-03-20 10:20     ` Aurélien Aptel
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Metzmacher @ 2019-03-20  8:19 UTC (permalink / raw)
  To: ronnie sahlberg, Steve French; +Cc: CIFS, samba-technical


[-- Attachment #1.1: Type: text/plain, Size: 2240 bytes --]

Am 20.03.19 um 09:11 schrieb ronnie sahlberg via samba-technical:
> On Wed, Mar 20, 2019 at 12:20 PM Steve French <smfrench@gmail.com> wrote:
>>
>> Just added 2 more tests (339 and 450) to the cifs-testing group of
>> automated 'buildbot' tests, and 3 more tests to the Azure group (339,
>> 450, 451), and thought it would be a good time to recap the progress
>>
>> We now execute:
>> - 89 xfstest subtests in the 'cifs-testing' group (various servers),
>> some repeated with various configurations.  This is about 3x more
>> tests than were executed  four months ago when the buildbot was setup
>> and we had our first successful runs.
>> - 17 tests in the 'DFS' group
>> - 78 in the Azure testing group.  Just in this month we have added 14 tests.
>>
>> Our goal is to continue to add tests as we fix more bugs and add more
>> cifs/smb3 features to reduce the possibility of regressions (it has
>> already been useful for that and caught a few potential regressions
>> before merges).   This is very exciting, and made possibly by good
>> work by Ronnie, Paulo and Aurelien.
>>
> 
> That is very good news and progress for cifs.ko
> so a round of self-applause and self-congratulation is
> in order.
> Hooray for us. We have made good progress.
> (We are adopting good development practices.)
> 
> I really like how this project have allowed us to focus better on problem areas.
> If nothing else, the huge number of bugfixes that have allowed us to so
> significantly improve quality and how many tests are passing is testament
> to the importance of a test infrastructure.
> 
> 
> At some stage I would really like to see a Soft-ROCE server with samba+rdma
> in the test environment so we can at last have basic testing of out RMDA code
> automatically done before we send push requests upstream.
> Anyone that knows how to set up samba with RDMA and Soft-ROCE
> please ping us.

It's not supported by Samba yet, sorry. See
https://www.samba.org/~metze/presentations/2018/SDC/StefanMetzmacher_SDC2018-SMB-Direct-Status-rev1-compact.pdf
for the current state.

So far I wasn't able to use the upstream cifs.ko with smbdirect with any
kind of RDMA driver at all against Windows.

metze



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Buildbot cifs/smb3 testing improvements
  2019-03-20  8:19   ` Stefan Metzmacher
@ 2019-03-20 10:20     ` Aurélien Aptel
  2019-03-20 13:52       ` Tom Talpey
  0 siblings, 1 reply; 5+ messages in thread
From: Aurélien Aptel @ 2019-03-20 10:20 UTC (permalink / raw)
  To: Stefan Metzmacher, ronnie sahlberg, Steve French; +Cc: CIFS, samba-technical

Stefan Metzmacher <metze@samba.org> writes:
> So far I wasn't able to use the upstream cifs.ko with smbdirect with any
> kind of RDMA driver at all against Windows.

I've managed to test it last year on actual hardware against
Windows. You should ask Long Li, he is still working on it.

Cheers,
-- 
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97  8C99 03C8 A49B 521B D5D3
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Buildbot cifs/smb3 testing improvements
  2019-03-20 10:20     ` Aurélien Aptel
@ 2019-03-20 13:52       ` Tom Talpey
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Talpey @ 2019-03-20 13:52 UTC (permalink / raw)
  To: Aurélien Aptel, Stefan Metzmacher, ronnie sahlberg, Steve French
  Cc: CIFS, samba-technical

> -----Original Message-----
> From: linux-cifs-owner@vger.kernel.org <linux-cifs-owner@vger.kernel.org> On
> Behalf Of Aurélien Aptel
> Sent: Wednesday, March 20, 2019 5:21 AM
> To: Stefan Metzmacher <metze@samba.org>; ronnie sahlberg
> <ronniesahlberg@gmail.com>; Steve French <smfrench@gmail.com>
> Cc: CIFS <linux-cifs@vger.kernel.org>; samba-technical <samba-
> technical@lists.samba.org>
> Subject: Re: Buildbot cifs/smb3 testing improvements
> 
> Stefan Metzmacher <metze@samba.org> writes:
> > So far I wasn't able to use the upstream cifs.ko with smbdirect with any
> > kind of RDMA driver at all against Windows.
> 
> I've managed to test it last year on actual hardware against
> Windows. You should ask Long Li, he is still working on it.

FYI, the Soft iWARP code is very close to being ready to go upstream, it may provide another (and less buggy) test opportunity than Soft RoCE. I'm at the Open Fabrics Workshop right now with Bernard Metzler, the SIW author, and can chat with him and other RDMA maintainers about this.

https://www.spinics.net/lists/linux-rdma/msg75718.html

Tom.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-20 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20  2:20 Buildbot cifs/smb3 testing improvements Steve French
2019-03-20  8:11 ` ronnie sahlberg
2019-03-20  8:19   ` Stefan Metzmacher
2019-03-20 10:20     ` Aurélien Aptel
2019-03-20 13:52       ` Tom Talpey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.