Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Running jgit.test over dfs implementation
  • From: Sylvain Dehors <Sylvain.Dehors@xxxxxxx>
  • Date: Sun, 29 Jan 2023 21:13:18 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ibm.com; dmarc=pass action=none header.from=ibm.com; dkim=pass header.d=ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=0h3cCMnHj/DBjVp4WTv0b38juO0TXAqvQ0DTVB3V52k=; b=YooMaWyEGuznorH9dmjZZ8eWPl0S58HZaGCLU+QqzfkxLM2uM64iuv4hpCNbtWCUb3By1kbN8L80bw2wpppsFywMD7eENf9yK24i8wz4VgeVTAXr1DUvbR6T9cco0aiZ6xRBwnJ50V19SA/4pWxMENh/5Rk1CZtxsKZ9Gu7J5pqgZd4ulGuP18A+xC2Cd+DNfeOmokZ1xD8RpDEec6HVCGNRxYUmZPij2aPD3IbgXMA2OAeb4KeWM2VBqA8QF2UvY4Fo2JUmMq7K+unQhzMgGl5pZc1SFMCPHhO76iFCcNa5lzqClDDBEn8UpwxqMCSXKvEh3rX1roQbqbktVT7XvA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=m0eBByqBHH4WEVxmZBOPfPRaPZdljl+GsdwKFqVDMU2eQaX/tKaRrqMkDc61epEra/MvbZnNBJ+Lfbup4tAxQcnPe07BIPQRdXKV8w6/FTEMUY5DiIgghidEVPQHCKpEteqaObb4F4FfMOsfgYjgF77aVd+IBpQMXfhFtAS5/gkcKhxKe5yInO1rVCOZtpwGQpu4X06KCse1xPNqQCRNBB0C9HQxl2kP6U5DpTDE5tOVRsWh4YP6ON14r4FCWr9e0DxM5fiyof7ak5rsQD0F3bnFR9SW2LAv1ZsHXx4Fjn6OJTZRzd4G19EBIesKJ2QQo6vUclGm1mKKvetMzpEPsw==
  • Delivered-to: jgit-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jgit-dev/>
  • List-help: <mailto:jgit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jgit-dev>, <mailto:jgit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jgit-dev>, <mailto:jgit-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZNCZCfToX8W1TVk6JRxek+PM7FQ==
  • Thread-topic: Running jgit.test over dfs implementation

Hello,

We’ve started an implementation of DFSRepository. Unfortunately it is not possible to reuse the jgit.test module directly to validate that implementation. By forking the repo and introducing small changes I was able to run a good number of tests as they are not tight to the file-based repository in fact. Have you experienced other attempts in this area ? 

And would you be interested in retrofitting those changes into the jgit repo so that it’s easier to reuse the tests base against any other repository implementation?

  

Sylvain

 

Unless otherwise stated above:

Compagnie IBM France
Siège Social : 17, avenue de l'Europe, 92275 Bois-Colombes Cedex
RCS Nanterre 552 118 465
Forme Sociale : S.A.S.
Capital Social : 664 069 390,60 €
SIRET : 552 118 465 03644 - Code NAF 6203Z

Back to the top