Return-Path: X-Original-To: apmail-cayenne-user-archive@www.apache.org Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DFED187C6 for ; Wed, 16 Mar 2016 10:32:08 +0000 (UTC) Received: (qmail 17800 invoked by uid 500); 16 Mar 2016 10:32:08 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 17774 invoked by uid 500); 16 Mar 2016 10:32:07 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 17763 invoked by uid 99); 16 Mar 2016 10:32:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2016 10:32:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2DD24C059B for ; Wed, 16 Mar 2016 10:32:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 9dUixglZrSZh for ; Wed, 16 Mar 2016 10:32:04 +0000 (UTC) Received: from mail-03.1984.is (mail-03.1984.is [93.95.224.70]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id A54455F610 for ; Wed, 16 Mar 2016 10:32:04 +0000 (UTC) Received: from localhost by mail-03.1984.is with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84) (envelope-from ) id 1ag8k9-0003xq-PK for user@cayenne.apache.org; Wed, 16 Mar 2016 10:31:57 +0000 From: Hugi Thordarson Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Populating a test DB for use with Cayenne Message-Id: <2FB978FD-4564-49A2-98F2-45A92F3B41B2@karlmenn.is> Date: Wed, 16 Mar 2016 10:31:52 +0000 To: user@cayenne.apache.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) Hi all. Just out of curiosity; how are you guys populating your test DBs before = running tests? Has anyone written something brilliant to do it with e.g. = .yml-files (via Cayenne)? Are you doing it via SQL-scripts? In code = perhaps? I=E2=80=99m currently creating my test DBs in code (using Cayenne) and = it becomes cumbersome when they reach a certain size :). Cheers, - hugi=