Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Newbie Question: Best way to start the JUnit tests
  • From: Moritz Strübe <moritz.struebe@xxxxxxxxxxx>
  • Date: Tue, 15 Sep 2020 09:29:40 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=redheads.de; dmarc=pass action=none header.from=redheads.de; dkim=pass header.d=redheads.de; 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-SenderADCheck; bh=L49dwmVfSqWLuWEMK7pK2lWxnZIHYjVpf6RfzghC3bA=; b=Ql20RXAtzC0Mh9dAoCdFvy6yNrCNt8tjCSExnHTdwH+5w1St8hvT8oFMuz66+smON5qwv0NA3fuMkRHsxgpxBWZmGGR3KBQn+dI4VqLW+W/8imSXAKkwXyfk8OMwvZD9WWEVek5nNrU1uYqjJg+xa2dll2AIglEDhEBuTqmRXwXDK97lIkVhYAXlkgciSJblFGMexKU0ZPujSYHHVzzIsjw3A3PxaOijHl1Vn5ef9G9IZF/dL46ocF8109QSrDlJws4hrRPgwigRmZd3/IQW7kRN8IsFrJBppIoWKggtie0KrGJaOqnz0+oNbBP5/YQ21EeDP4+zIu/lKcXikIipbg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=A44qAOGloL8ZWACK6vCrj47x4F8oNH4IYS7lIcGfBCju+zm8f2/9V2AxwjsrmEEZEkKiw1DCSNZOJrwlFsLJswFu+35ptqm/MqiJ2GnhyLcFpAuocbDSDcrW8fTKT+0peikUThfGLcCJXoWpK/J3F4buZ1LnnPvp2ijk5XKd956XrF4q+CnWVKLOK3OCDayNEpgLHXhO4JFitKvj1X9YY5Aabjtiz47pA6QS4PY7F22afE29Ri0dXnmZIQL00mTNAmajzC3MjoBNrYrjcFsmJ0Yh4m7Qtc+NJp+dSMTsRz2j9ols51QIyms1zJHmNgDTElRY5GRHc0ExFaq1hOuEqA==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2

Hey.

Am 14.09.2020 um 11:37 schrieb Michael Uhl (CTR):
As you predicted I have some test failures. So I tried to use the docker build. I used the docker image from here: "https://github.com/eclipse-cdt/cdt-infra/tree/master/docker <https://github.com/eclipse-cdt/cdt-infra/tree/master/docker>". But I suspect that the image resulting from this build is not the correct docker image for the jenkins build. Do you know which docker image I can use to run the cdt tests in the same environment than in the original build process?

If you have all this information together, I'd really appreciate if you could update/create the documentation. That will probably save me some time when I get to writing tests for my code.

Cheers
Morty

--
Redheads Ltd. Softwaredienstleistungen
Schillerstr. 14
90409 Nürnberg

Telefon: +49 (0)911 180778-50
E-Mail: moritz.struebe@xxxxxxxxxxx | Web: www.redheads.de

Geschäftsführer: Andreas Hanke
Sitz der Gesellschaft: Lauf
Amtsgericht Nürnberg HRB 22681
Ust-ID: DE 249436843



Back to the top