You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(21) |
Jun
(56) |
Jul
(6) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
(10) |
Mar
(11) |
Apr
(8) |
May
(4) |
Jun
(10) |
Jul
(15) |
Aug
(5) |
Sep
(2) |
Oct
(12) |
Nov
|
Dec
|
| 2004 |
Jan
(18) |
Feb
(33) |
Mar
(7) |
Apr
(3) |
May
(3) |
Jun
|
Jul
(3) |
Aug
(3) |
Sep
(17) |
Oct
(17) |
Nov
(6) |
Dec
(1) |
| 2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
(8) |
May
(4) |
Jun
(2) |
Jul
|
Aug
(15) |
Sep
(5) |
Oct
(11) |
Nov
(5) |
Dec
|
| 2006 |
Jan
(10) |
Feb
(4) |
Mar
|
Apr
(3) |
May
(13) |
Jun
(1) |
Jul
(1) |
Aug
(9) |
Sep
(1) |
Oct
(1) |
Nov
(4) |
Dec
(32) |
| 2007 |
Jan
(15) |
Feb
(10) |
Mar
(9) |
Apr
(4) |
May
(9) |
Jun
(8) |
Jul
(8) |
Aug
(4) |
Sep
(43) |
Oct
(12) |
Nov
(8) |
Dec
(11) |
| 2008 |
Jan
(7) |
Feb
(52) |
Mar
(92) |
Apr
(19) |
May
(101) |
Jun
(212) |
Jul
(136) |
Aug
(102) |
Sep
(53) |
Oct
(58) |
Nov
(115) |
Dec
(122) |
| 2009 |
Jan
(58) |
Feb
(66) |
Mar
(82) |
Apr
(29) |
May
(27) |
Jun
(13) |
Jul
(27) |
Aug
(59) |
Sep
(104) |
Oct
(111) |
Nov
(77) |
Dec
(31) |
| 2010 |
Jan
(79) |
Feb
(52) |
Mar
(18) |
Apr
(19) |
May
(18) |
Jun
(10) |
Jul
(7) |
Aug
(45) |
Sep
(50) |
Oct
(36) |
Nov
(11) |
Dec
(36) |
| 2011 |
Jan
(10) |
Feb
(26) |
Mar
(11) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
(8) |
Aug
(6) |
Sep
(6) |
Oct
(5) |
Nov
(2) |
Dec
(5) |
| 2012 |
Jan
(4) |
Feb
(1) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(16) |
Jul
(10) |
Aug
(1) |
Sep
(17) |
Oct
(22) |
Nov
(2) |
Dec
(5) |
| 2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(5) |
Dec
(3) |
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(16) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(11) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
(2) |
Dec
(4) |
| 2022 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
| 2024 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Holger S. <ho...@sc...> - 2016-06-19 17:53:17
|
Please see https://sourceforge.net/p/dbunit/code.git/merge-requests/17/ <https://sourceforge.net/p/dbunit/code.git/merge-requests/17/> Cheers Holger > Am 19.06.2016 um 14:54 schrieb Holger Schimanski <ho...@sc...>: > > To make the JUnit runner in Eclipse running without problems you have to change the basedir in antTestBuildFile.xml to „." > > <project name="ant-test" basedir="." default="all"> > > And then change the value of this four variables to adapt the new path removing "src/test/resources/xml/". > > <property name="testDataSet" value="flatXmlDataSetTest.xml"/> > <property name="updateDataSet" value="antTestDataSet.xml"/> > <property name="exportDataSet" value="target/xml/antExportDataSet.xml"/> > <property name="exportDtd" value="antExport.dtd"/> > <property name="exportCsv" value="antExportCsv"/> > > With this two changes, both mvn test and JUnit runner in Eclipse using the dbUnit unit tests.launch return without problem. > > What do you think? |
|
From: Holger S. <ho...@sc...> - 2016-06-19 12:54:20
|
To make the JUnit runner in Eclipse running without problems you have to change the basedir in antTestBuildFile.xml to „." <project name="ant-test" basedir="." default="all"> And then change the value of this four variables to adapt the new path removing "src/test/resources/xml/". <property name="testDataSet" value="flatXmlDataSetTest.xml"/> <property name="updateDataSet" value="antTestDataSet.xml"/> <property name="exportDataSet" value="target/xml/antExportDataSet.xml"/> <property name="exportDtd" value="antExport.dtd"/> <property name="exportCsv" value="antExportCsv"/> With this two changes, both mvn test and JUnit runner in Eclipse using the dbUnit unit tests.launch return without problem. What do you think? Best regards Holger > Am 19.06.2016 um 07:36 schrieb Holger Schimanski <ho...@sc...>: > > Great, thanks! Works fine and no more > > Regarding the remaining failures, I get java.io.FileNotFoundException: /Users/holger/Documents/Eclipse/dbunit-all/dbunit/src/test/src/test/resources/xml/flatXmlDataSetTest.xml (No such file or directory). Looking at src/test/src/test/ as typical Ant problem with different basedir when calling from different locations. > > I will check, if I find a solution. > > >> Am 18.06.2016 um 17:31 schrieb Jeff Jensen <jj...@ap... <mailto:jj...@ap...>>: >> >> I pushed the launcher. Tests fail due to setup, but it shows the properties you are looking for. >> |
|
From: Holger S. <ho...@sc...> - 2016-06-19 05:36:20
|
Great, thanks! Works fine and no more Regarding the remaining failures, I get java.io.FileNotFoundException: /Users/holger/Documents/Eclipse/dbunit-all/dbunit/src/test/src/test/resources/xml/flatXmlDataSetTest.xml (No such file or directory). Looking at src/test/src/test/ as typical Ant problem with different basedir when calling from different locations. I will check, if I find a solution. > Am 18.06.2016 um 17:31 schrieb Jeff Jensen <jj...@ap...>: > > I pushed the launcher. Tests fail due to setup, but it shows the properties you are looking for. > > Specify the properties in the vmargs tab > |
|
From: Jeff J. <jj...@ap...> - 2016-06-18 15:31:53
|
I pushed the launcher. Tests fail due to setup, but it shows the properties you are looking for. Specify the properties in the vmargs tab On Jun 18, 2016 9:59 AM, "Holger Schimanski" <ho...@sc...> wrote: > I like to work with the JUnit runner in Eclipse because of the nice user > interface. > > I have 193 errors for org.dbunit.AllTests. All errors because > of org.dbunit.assertion.DbAssertionFailedError: driverClass is null. > > I didn’t found, where to configure. Any hint how to configure that in the > Run configuration would be very nice. > > > Best regards > Holger > > Am 18.06.2016 um 16:50 schrieb Jeff Jensen <jj...@ap...>: > > I have an Eclipse launcher config in progress locally but many tests still > fail (needs more config and/or test adjustments). I will commit that when > it works or can commit earlier if you want to work on it. > > Find the valid values for any of the databases in the profiles element of > the pom.xml. > > I am running full builds using Maven, not an IDE. > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports. http://sdm.link/zohomanageengine > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Holger S. <ho...@sc...> - 2016-06-18 14:59:20
|
I like to work with the JUnit runner in Eclipse because of the nice user interface. I have 193 errors for org.dbunit.AllTests. All errors because of org.dbunit.assertion.DbAssertionFailedError: driverClass is null. I didn’t found, where to configure. Any hint how to configure that in the Run configuration would be very nice. Best regards Holger > Am 18.06.2016 um 16:50 schrieb Jeff Jensen <jj...@ap...>: > > I have an Eclipse launcher config in progress locally but many tests still fail (needs more config and/or test adjustments). I will commit that when it works or can commit earlier if you want to work on it. > > Find the valid values for any of the databases in the profiles element of the pom.xml. > > I am running full builds using Maven, not an IDE. |
|
From: Jeff J. <jj...@ap...> - 2016-06-18 14:51:30
|
I have an Eclipse launcher config in progress locally but many tests still fail (needs more config and/or test adjustments). I will commit that when it works or can commit earlier if you want to work on it. Find the valid values for any of the databases in the profiles element of the pom.xml. I am running full builds using Maven, not an IDE. On Sat, Jun 18, 2016 at 9:26 AM, Holger Schimanski <ho...@sc... > wrote: > I see here *How running ITs in IDE? > <https://sourceforge.net/p/dbunit/mailman/message/24519966/>* > https://sourceforge.net/p/dbunit/mailman/message/24519966/ the same > question, but no answer at the end. > > Best regards > Holger > > > Am 18.06.2016 um 16:23 schrieb Holger Schimanski <ho...@sc... > >: > > When running the JUnit tests for DbUnit from Maven with mvn test works > fine (beside these three failures > https://sourceforge.net/p/dbunit/feature-requests/195/). > > When running the JUnit tests from within Eclipse, I get some additional > failures because > > org.dbunit.assertion.DbAssertionFailedError: driverClass is null > at > org.dbunit.assertion.DefaultFailureHandler$DefaultFailureFactory.createFailure(DefaultFailureHandler.java:279) > ... > > I guess I have to set driverClass to org.hsqldb.jdbcDriver, url, user and > password. Values for these parameters I can get from pom.xml. But do you > know the exact name of the parameters to be used as parameter in Run > environment of JUnit runner in Eclipse? dbunit.profile.driverClass = > org.hsqldb.jdbcDriver seems not to work. > > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports. http://sdm.link/zohomanageengine > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Holger S. <ho...@sc...> - 2016-06-18 14:26:55
|
I see here How running ITs in IDE? <https://sourceforge.net/p/dbunit/mailman/message/24519966/> https://sourceforge.net/p/dbunit/mailman/message/24519966/ <https://sourceforge.net/p/dbunit/mailman/message/24519966/> the same question, but no answer at the end. Best regards Holger > Am 18.06.2016 um 16:23 schrieb Holger Schimanski <ho...@sc...>: > > When running the JUnit tests for DbUnit from Maven with mvn test works fine (beside these three failures https://sourceforge.net/p/dbunit/feature-requests/195/ <https://sourceforge.net/p/dbunit/feature-requests/195/>). > > When running the JUnit tests from within Eclipse, I get some additional failures because > > org.dbunit.assertion.DbAssertionFailedError: driverClass is null > at org.dbunit.assertion.DefaultFailureHandler$DefaultFailureFactory.createFailure(DefaultFailureHandler.java:279) > ... > > I guess I have to set driverClass to org.hsqldb.jdbcDriver, url, user and password. Values for these parameters I can get from pom.xml. But do you know the exact name of the parameters to be used as parameter in Run environment of JUnit runner in Eclipse? dbunit.profile.driverClass = org.hsqldb.jdbcDriver seems not to work. > > |
|
From: Holger S. <ho...@sc...> - 2016-06-18 14:23:16
|
When running the JUnit tests for DbUnit from Maven with mvn test works fine (beside these three failures https://sourceforge.net/p/dbunit/feature-requests/195/ <https://sourceforge.net/p/dbunit/feature-requests/195/>). When running the JUnit tests from within Eclipse, I get some additional failures because org.dbunit.assertion.DbAssertionFailedError: driverClass is null at org.dbunit.assertion.DefaultFailureHandler$DefaultFailureFactory.createFailure(DefaultFailureHandler.java:279) ... I guess I have to set driverClass to org.hsqldb.jdbcDriver, url, user and password. Values for these parameters I can get from pom.xml. But do you know the exact name of the parameters to be used as parameter in Run environment of JUnit runner in Eclipse? dbunit.profile.driverClass = org.hsqldb.jdbcDriver seems not to work. > Am 16.06.2016 um 00:51 schrieb Jeff Jensen <jj...@ap...>: > > On Wed, Jun 15, 2016 at 2:54 PM, Holger Schimanski <ho...@sc... <mailto:ho...@sc...>> wrote: > When I check out code/dbunit from http://git.code.sf.net/p/dbunit/code.git <http://git.code.sf.net/p/dbunit/code.git> and run mvn I get some test errors (see below). > > Those tests fail under Java 8, so please use Java 7 or make a merge request for this existing issue: > https://sourceforge.net/p/dbunit/feature-requests/195/ <https://sourceforge.net/p/dbunit/feature-requests/195/> > :-) > |
|
From: Jeff J. <jj...@ap...> - 2016-06-15 22:52:33
|
On Wed, Jun 15, 2016 at 2:54 PM, Holger Schimanski <ho...@sc... > wrote: > When I check out code/dbunit from http://git.code.sf.net/p/dbunit/code.git and > run mvn I get some test errors (see below). Those tests fail under Java 8, so please use Java 7 or make a merge request for this existing issue: https://sourceforge.net/p/dbunit/feature-requests/195/ :-) pom.xml says 2.5.3-SNAPSHOT. Am I using the wrong branch? Would > tag dbunit-2.5.2 be a better start for my development? Thanks for verifying. Provide a merge request off of master, which is currently 2.5.3-SNAPSHOT. Rebase master as needed so your final merge request or patch applies clean. Also, please ensure no formatting changes occur with functional change commits. Commit format-only changes separately to make change reviews clearer and easier. On Wed, Jun 15, 2016 at 2:54 PM, Holger Schimanski <ho...@sc... > wrote: > Yes, I will take care to not to duplicate code. :-) > > I would like to use XMLJUnitResultFormatter > from package org.apache.tools.ant.taskdefs.optional.junit. > > I would need to change DbUnitTask.execute() method in > package org.dbunit.ant at line 385 to catch Error thrown by > step.execute(connection). The Error is created by FailureHandler in > DbUnitAssert.assertEquals and should be of type DbComparisonFailure. > This DbComparisonFailure can easily be used to provide corresponding > information to XMLJUnitResultFormatter. > > One question regarding building dbunit. When I check out code/dbunit from > http://git.code.sf.net/p/dbunit/code.git and run mvn I get some test > errors (see below). pom.xml says 2.5.3-SNAPSHOT. Am I using the wrong > branch? Would tag dbunit-2.5.2 be a better start for my development? > > Failed tests: > DatabaseSequenceFilterTest.testGetTableNamesCyclic:112 expected:<Table: > [D ([A, C], E])> but was:<Table: [A ([C, D], E])> > BiDirectionalEdgesDepthFirstSearchTest.testDisconnectedCycles:193->AbstractSearchTestCase.doIt:72 > mismatched element at position 0 expected:<D> but was:<A> > DepthFirstSearchTest.testDisconnectedCycles:147->AbstractSearchTestCase.doIt:72 > mismatched element at position 0 expected:<F> but was:<C> > > > > Best regards > Holger > > > P.S. Dependency to org.apache.tools.ant.taskdefs.optional.junit would be I > guess > <dependency> > <groupId>ant</groupId> > <artifactId>ant-junit</artifactId> > <version>1.6.5</version> > </dependency> > > > > Am 15.06.2016 um 14:28 schrieb Jeff Jensen <jj...@ap...>: > > If you add this feature, please delegate to dependencies as much as > possible instead of copying code to dbUnit. > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports. > http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381 > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Holger S. <ho...@sc...> - 2016-06-15 19:54:58
|
Yes, I will take care to not to duplicate code. :-) I would like to use XMLJUnitResultFormatter from package org.apache.tools.ant.taskdefs.optional.junit. I would need to change DbUnitTask.execute() method in package org.dbunit.ant at line 385 to catch Error thrown by step.execute(connection). The Error is created by FailureHandler in DbUnitAssert.assertEquals and should be of type DbComparisonFailure. This DbComparisonFailure can easily be used to provide corresponding information to XMLJUnitResultFormatter. One question regarding building dbunit. When I check out code/dbunit from http://git.code.sf.net/p/dbunit/code.git <http://git.code.sf.net/p/dbunit/code.git> and run mvn I get some test errors (see below). pom.xml says 2.5.3-SNAPSHOT. Am I using the wrong branch? Would tag dbunit-2.5.2 be a better start for my development? Failed tests: DatabaseSequenceFilterTest.testGetTableNamesCyclic:112 expected:<Table: [D ([A, C], E])> but was:<Table: [A ([C, D], E])> BiDirectionalEdgesDepthFirstSearchTest.testDisconnectedCycles:193->AbstractSearchTestCase.doIt:72 mismatched element at position 0 expected:<D> but was:<A> DepthFirstSearchTest.testDisconnectedCycles:147->AbstractSearchTestCase.doIt:72 mismatched element at position 0 expected:<F> but was:<C> Best regards Holger P.S. Dependency to org.apache.tools.ant.taskdefs.optional.junit would be I guess <dependency> <groupId>ant</groupId> <artifactId>ant-junit</artifactId> <version>1.6.5</version> </dependency> > Am 15.06.2016 um 14:28 schrieb Jeff Jensen <jj...@ap...>: > > If you add this feature, please delegate to dependencies as much as possible instead of copying code to dbUnit. |
|
From: Jeff J. <jj...@ap...> - 2016-06-15 12:29:09
|
> > ... But that means, I have to code in Java, right? Yes, a JUnit/dbUnit test is effectively Java. So this is a constraint, to not write the tests in Java? If yes, then I understand your Ant task improvement desire. If you add this feature, please delegate to dependencies as much as possible instead of copying code to dbUnit. On Tue, Jun 14, 2016 at 11:59 PM, Holger Schimanski < ho...@sc...> wrote: > Thanks for your feedback and your ideas! Maybe it is worthwhile to think > about writing real DbUnit tests. But that means, I have to code in Java, > right? > > I am thinking in the direction of DbUnit Ant task, because here I don’t > need to write Java code, but can configure the tests using Ant script with > DbUnit <compare>. > > Something like > > <dbunit driver="com.vendor.jdbc.Driver" > url="jdbc:vendor:mydatabase" > userid="user" > password="password"> > <compare src="expectedData.xml"> > <query name="FOO" sql="SELECT COL1, COL2 FROM FOO WHERE COL1=4"/> > </compare> > </dbunit> > > > > Best regards > Holger > > > Am 15.06.2016 um 04:31 schrieb Jeff Jensen <jj...@ap...>: > > Since you are new to dbUnit, be sure to understand the difference between > dbUnit tests and Ant/Maven tool usage before deciding. > > Creating dbUnit tests and running them just as running JUnit tests results > in the same as your proposal. Do this instead of using the Ant tasks or > the Maven plugin. I've only used the Maven plugin, not the Ant tasks, and > its intent isn't the testing you are looking for. > > > On Tue, Jun 14, 2016 at 9:01 AM, Holger Schimanski < > ho...@sc...> wrote: > >> Dear all! >> >> I am currently investigating DbUnit to test our data warehouse content. >> We want to compare data warehouse tables with expected content stored in >> XML files. We like to use corresponding DbUnit Ant tasks to do this >> comparison and looks like this works fine. Only issue is, that DbUnit Ant >> task seems not to create a real report. It only writes some text to the >> command line. >> >> In JUnit there is a very nice report you can generate from JUnit Ant >> task. I would like to contribute to DbUnit source by adding this report >> generation (copying it from JUnit resp. JUnit Ant task to DbUnit). >> >> What do you think about this idea? >> >> >> Best regards >> Holger >> >> > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports. > http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381 > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Holger S. <ho...@sc...> - 2016-06-15 04:59:25
|
Thanks for your feedback and your ideas! Maybe it is worthwhile to think about writing real DbUnit tests. But that means, I have to code in Java, right?
I am thinking in the direction of DbUnit Ant task, because here I don’t need to write Java code, but can configure the tests using Ant script with DbUnit <compare>.
Something like
<dbunit driver="com.vendor.jdbc.Driver"
url="jdbc:vendor:mydatabase"
userid="user"
password="password">
<compare src="expectedData.xml">
<query name="FOO" sql="SELECT COL1, COL2 FROM FOO WHERE COL1=4"/>
</compare>
</dbunit>
Best regards
Holger
> Am 15.06.2016 um 04:31 schrieb Jeff Jensen <jj...@ap...>:
>
> Since you are new to dbUnit, be sure to understand the difference between dbUnit tests and Ant/Maven tool usage before deciding.
>
> Creating dbUnit tests and running them just as running JUnit tests results in the same as your proposal. Do this instead of using the Ant tasks or the Maven plugin. I've only used the Maven plugin, not the Ant tasks, and its intent isn't the testing you are looking for.
>
>
> On Tue, Jun 14, 2016 at 9:01 AM, Holger Schimanski <ho...@sc... <mailto:ho...@sc...>> wrote:
> Dear all!
>
> I am currently investigating DbUnit to test our data warehouse content. We want to compare data warehouse tables with expected content stored in XML files. We like to use corresponding DbUnit Ant tasks to do this comparison and looks like this works fine. Only issue is, that DbUnit Ant task seems not to create a real report. It only writes some text to the command line.
>
> In JUnit there is a very nice report you can generate from JUnit Ant task. I would like to contribute to DbUnit source by adding this report generation (copying it from JUnit resp. JUnit Ant task to DbUnit).
>
> What do you think about this idea?
>
>
> Best regards
> Holger
>
|
|
From: Jeff J. <jj...@ap...> - 2016-06-15 02:31:56
|
Since you are new to dbUnit, be sure to understand the difference between dbUnit tests and Ant/Maven tool usage before deciding. Creating dbUnit tests and running them just as running JUnit tests results in the same as your proposal. Do this instead of using the Ant tasks or the Maven plugin. I've only used the Maven plugin, not the Ant tasks, and its intent isn't the testing you are looking for. On Tue, Jun 14, 2016 at 9:01 AM, Holger Schimanski <ho...@sc... > wrote: > Dear all! > > I am currently investigating DbUnit to test our data warehouse content. We > want to compare data warehouse tables with expected content stored in XML > files. We like to use corresponding DbUnit Ant tasks to do this comparison > and looks like this works fine. Only issue is, that DbUnit Ant task seems > not to create a real report. It only writes some text to the command line. > > In JUnit there is a very nice report you can generate from JUnit Ant task. > I would like to contribute to DbUnit source by adding this report > generation (copying it from JUnit resp. JUnit Ant task to DbUnit). > > What do you think about this idea? > > > Best regards > Holger > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > |
|
From: Holger S. <ho...@sc...> - 2016-06-14 14:01:22
|
Dear all! I am currently investigating DbUnit to test our data warehouse content. We want to compare data warehouse tables with expected content stored in XML files. We like to use corresponding DbUnit Ant tasks to do this comparison and looks like this works fine. Only issue is, that DbUnit Ant task seems not to create a real report. It only writes some text to the command line. In JUnit there is a very nice report you can generate from JUnit Ant task. I would like to contribute to DbUnit source by adding this report generation (copying it from JUnit resp. JUnit Ant task to DbUnit). What do you think about this idea? Best regards Holger |
|
From: Jeff J. <jj...@ap...> - 2015-04-17 10:17:53
|
Thanks John, nice to hear from you! I know what you mean on finding the time... :-) Someone emailed me off-list that they really needed the POI upgrade and when would the release occur, so I had them try the snapshot and they said it worked great. If there is an issue with it, we haven't seen it yet! On Thu, Apr 16, 2015 at 7:58 PM, John Hurst <joh...@gm...> wrote: > Nice one Jeff. I still think about doing some work on DbUnit, but never > seem to get around to it. > > Regarding the upgrade to POI 3.11, this is nice news. But I seem to recall > there was some compatibility issue that prevented us from upgrading POI > previously. I wonder if that is still there, or if it has been resolved or > worked around. > > Regards to everyone. > > John Hurst > > ---------- Forwarded message --------- > From: Jeff Jensen <jj...@ap...> > Date: Mon, Apr 13, 2015 at 2:36 AM > Subject: [dbunit-user] dbUnit 2.5.1 Released > To: dbunit-user 2.x <dbu...@li...> > > > Changes in this version include: > > New features: > o Add allowEmptyFields feature flag/property to prevent fail-fast and > allow empty string fields. Issue: 363. Thanks to adko. > > Fixed Bugs: > o dBUnit does not pick up column aliases. Issue: 348. Thanks to tm14258. > o BigIntegerDataType.setSqlValue() NPE when value is null. Issue: 361. > Thanks to drissamri. > > Changes: > o Upgrade Apache POI library from "3.2-FINAL" to "3.11". Pull request 6, > Enhancement 161. Issue: PR-6. Thanks to kazuhito-m. > > > http://dbunit.sourceforge.net/repos.html > |
|
From: John H. <joh...@gm...> - 2015-04-17 00:58:52
|
Nice one Jeff. I still think about doing some work on DbUnit, but never seem to get around to it. Regarding the upgrade to POI 3.11, this is nice news. But I seem to recall there was some compatibility issue that prevented us from upgrading POI previously. I wonder if that is still there, or if it has been resolved or worked around. Regards to everyone. John Hurst ---------- Forwarded message --------- From: Jeff Jensen <jj...@ap...> Date: Mon, Apr 13, 2015 at 2:36 AM Subject: [dbunit-user] dbUnit 2.5.1 Released To: dbunit-user 2.x <dbu...@li...> Changes in this version include: New features: o Add allowEmptyFields feature flag/property to prevent fail-fast and allow empty string fields. Issue: 363. Thanks to adko. Fixed Bugs: o dBUnit does not pick up column aliases. Issue: 348. Thanks to tm14258. o BigIntegerDataType.setSqlValue() NPE when value is null. Issue: 361. Thanks to drissamri. Changes: o Upgrade Apache POI library from "3.2-FINAL" to "3.11". Pull request 6, Enhancement 161. Issue: PR-6. Thanks to kazuhito-m. http://dbunit.sourceforge.net/repos.html ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF_______________________________________________ dbunit-user mailing list dbu...@li... https://lists.sourceforge.net/lists/listinfo/dbunit-user |
|
From: Mansour Al A. <man...@gm...> - 2014-09-21 06:37:35
|
Hello all, I have been using apache ddlutils for some time to load seeds (initial data) into tables. The requirements to populate a DB for initialization is very common. I noticed that dbunit provides this functionality and it's very stable (not maven plugin). However, the scope of dbunit focuses only on unit testing, and DBunit does not provide functionality to create schema from xml like ddlutils. I am not sure if there's plans to separate dbunit code, for modules, to allow using it outside unit testing. For example: a module for loading data, and one for assertion. Are there any interest in something like this ? Thank you. |
|
From: niels <ope...@gm...> - 2014-05-31 18:47:16
|
Sorry for the late response but I have no idea how to tell sourceforge to inform me about changes on a merge request. Again have you thought about using github or gitab? It's painful if you must check every day if something change. About the issues: 1. I thought I merged it to the newest version, but it looks that there was changes in the meantime. I will make again a merge and create a new merge-request. 2. I changed the the one occurrence in my code. 3. Could you be so kindly and explain, where to add the documentation? I can add some information in Markdown-Format as a first step. I didn't find any information about it at the website. Should I add it to /dbunit/src/site/xdoc/components.xml? Best regards Niels |
|
From: Keith F. <fog...@ya...> - 2014-05-07 11:53:58
|
Hi DBUnit-developers, I was hoping you may be able to help. I'm working on a MSc. thesis and am looking to distinguish (java) Open Source Test-First and Test-Last projects for a research experiment. To this end I was hoping that contributors to DBUnit would consider filling out the linked short survey (12 questions) for this project (or any other open source java project you are involved in)? My research will look at and compare design pattern usage in Test-First and Test-Last projects in relation to effectiveness and design quality. If you would be interested in learning more about the project or its findings please enter your detail in the comment box on the survey and I will contact you once the project is complete. I intend to use the results of the survey solely for the purposes of the dissertation. Individual contributors will not be named in any reporting of the project. If you do not wish your project to be identified you can indicate so in the survey and its name will be masked. Many thanks in advance; your help is very much appreciated. Keith Fogarty Link to survey: https://docs.google.com/a/mydit.ie/forms/d/160CG5J_LJM3cAbSUrtfzka55vTrAeUwL4o-PvsY8Wkw/viewform |
|
From: niels <ope...@gm...> - 2014-04-26 09:12:28
|
Here it is https://sourceforge.net/p/dbunit/code.git/merge-requests/1/ 2014-04-22 14:11 GMT+02:00 niels <ope...@gm...>: > Great to hear this, after such a long time. Have you thought about a > second repository on github or gitlab? I think it's makes easier to > contribute and to merge the new code. > > I hope I can send a merge request for the improvement this week. > > Regards > Niels > > > 2014-04-19 21:45 GMT+02:00 Jeff Jensen <jj...@ap...>: > >> I just updated the versions... hopefully you can move forward with your >> improvements! >> >> >> >> On Mon, Mar 10, 2014 at 6:16 AM, niels <ope...@gm...> wrote: >> >>> Hi, >>> >>> Last December I was starting to use DBUnit. I improve the usage of >>> Java-datasets and created a patch so that we can use java5 in DBUnit. This >>> is a necessary step to include the Java-datasets. You can find it >>> http://sourceforge.net/p/dbunit/feature-requests/180/. >>> >>> Unfortunately, I didn't get any feedback. So I wonder how DBUnit can be >>> improved in the future? I see a lot of small additional tools, but I think >>> it's important to improve the base. I would recommend to host the source at >>> github, which makes it easier to contribute. >>> >>> What do you think? What are the plans for the future? >>> >>> Regards >>> Niels >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn Graph Databases - Download FREE O'Reilly Book >>> "Graph Databases" is the definitive new guide to graph databases and >>> their >>> applications. Written by three acclaimed leaders in the field, >>> this first edition is now available. Download your free book today! >>> http://p.sf.net/sfu/13534_NeoTech >>> _______________________________________________ >>> dbunit-developer mailing list >>> dbu...@li... >>> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and their >> applications. Written by three acclaimed leaders in the field, >> this first edition is now available. Download your free book today! >> http://p.sf.net/sfu/NeoTech >> >> _______________________________________________ >> dbunit-developer mailing list >> dbu...@li... >> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >> >> > |
|
From: niels <ope...@gm...> - 2014-04-22 12:11:34
|
Great to hear this, after such a long time. Have you thought about a second repository on github or gitlab? I think it's makes easier to contribute and to merge the new code. I hope I can send a merge request for the improvement this week. Regards Niels 2014-04-19 21:45 GMT+02:00 Jeff Jensen <jj...@ap...>: > I just updated the versions... hopefully you can move forward with your > improvements! > > > > On Mon, Mar 10, 2014 at 6:16 AM, niels <ope...@gm...> wrote: > >> Hi, >> >> Last December I was starting to use DBUnit. I improve the usage of >> Java-datasets and created a patch so that we can use java5 in DBUnit. This >> is a necessary step to include the Java-datasets. You can find it >> http://sourceforge.net/p/dbunit/feature-requests/180/. >> >> Unfortunately, I didn't get any feedback. So I wonder how DBUnit can be >> improved in the future? I see a lot of small additional tools, but I think >> it's important to improve the base. I would recommend to host the source at >> github, which makes it easier to contribute. >> >> What do you think? What are the plans for the future? >> >> Regards >> Niels >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and their >> applications. Written by three acclaimed leaders in the field, >> this first edition is now available. Download your free book today! >> http://p.sf.net/sfu/13534_NeoTech >> _______________________________________________ >> dbunit-developer mailing list >> dbu...@li... >> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >> >> > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Jeff J. <jj...@ap...> - 2014-04-19 19:46:12
|
I just updated the versions... hopefully you can move forward with your improvements! On Mon, Mar 10, 2014 at 6:16 AM, niels <ope...@gm...> wrote: > Hi, > > Last December I was starting to use DBUnit. I improve the usage of > Java-datasets and created a patch so that we can use java5 in DBUnit. This > is a necessary step to include the Java-datasets. You can find it > http://sourceforge.net/p/dbunit/feature-requests/180/. > > Unfortunately, I didn't get any feedback. So I wonder how DBUnit can be > improved in the future? I see a lot of small additional tools, but I think > it's important to improve the base. I would recommend to host the source at > github, which makes it easier to contribute. > > What do you think? What are the plans for the future? > > Regards > Niels > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: niels <ope...@gm...> - 2014-03-10 11:16:30
|
Hi, Last December I was starting to use DBUnit. I improve the usage of Java-datasets and created a patch so that we can use java5 in DBUnit. This is a necessary step to include the Java-datasets. You can find it http://sourceforge.net/p/dbunit/feature-requests/180/. Unfortunately, I didn't get any feedback. So I wonder how DBUnit can be improved in the future? I see a lot of small additional tools, but I think it's important to improve the base. I would recommend to host the source at github, which makes it easier to contribute. What do you think? What are the plans for the future? Regards Niels |
|
From: Jeff J. <jj...@ap...> - 2013-12-29 18:24:18
|
Pushed all branches. Subsequent changes will occur in Git. On Mon, Nov 11, 2013 at 7:38 AM, Jeff Jensen <jj...@ap...> wrote: > On the dbUnit SF site, it is the "Git" tab/link, next to the "Svn" one: > https://sourceforge.net/p/dbunit/code.git/ci/master/tree/ > You need to select your protocol to clone with. > git.code.sf.net/p/dbunit/code.git > > git branch > branch-1-5 > branch-exml2sax > branch-iterator > dbunit-3.x > * master > vendor > > I have only pushed master so far though. If master looks good to you, I > will push them all. > > Thank you for reviewing! > > > > On Sun, Nov 10, 2013 at 10:16 PM, John Hurst <joh...@gm...>wrote: > >> Jeff, >> >> Can you give a URL to clone the repo from? >> >> Did you include all the SVN branches in the Git repo? >> >> Cheers >> >> John Hurst >> >> >> >> On Mon, Nov 11, 2013 at 5:53 AM, Jeff Jensen <jj...@ap...> wrote: >> >>> Hi John, >>> >>> The Git repo is on SF. Hopefully it soon becomes the new master and we >>> remove the SF svn one. >>> I have only been using SF svn for 2.x work, which also means the Git >>> conversion is from it. >>> >>> IIRC, Codehaus svn repo was 3.x. I'm not aware of anything for 2.x >>> there. I have not seen anything for the Codehaus work for long time. >>> >>> >>> >>> >>> On Sun, Nov 10, 2013 at 10:34 AM, John Hurst <joh...@gm...>wrote: >>> >>>> Jeff, >>>> >>>> Where is the Git repo? Is this the master now? >>>> >>>> I have Git clones from the svn repo and was hoping to move the project >>>> to Git too. I got a bit confused about where the master SVN repo was, last >>>> time I looked. Almost all changes where done in the SourceForge repo, but I >>>> believe the master actually moved to Codehaus, and that copy received a few >>>> more changes on trunk that are not reflected in the SourceForge copy. I >>>> presume you used the Codehaus SVN repo as the base for your Git clone? >>>> >>>> Regards >>>> >>>> John Hurst >>>> >>>> >>>> >>>> On Sun, Nov 3, 2013 at 7:58 AM, Jeff Jensen <jj...@ap...> wrote: >>>> >>>>> I converted the entire svn repo to git using svn2git and pushed it >>>>> this morning. I found no problems with the conversion. Please also review >>>>> the new Git repo for any issues and let me know. >>>>> >>>>> Hopefully dbUnit will experience similar contribution benefits as >>>>> other products have when using Git. >>>>> >>>>> My intention is to soon disable and remove the svn repo. I also >>>>> intend "soon" to be days or weeks - so hopefully not too long. >>>>> >>>>> If necessary, svn2git has a nice feature to update the converted git >>>>> repo with svn changes. However, it is unlikely we'll have svn changes in >>>>> the near future. >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Android is increasing in popularity, but the open development platform >>>>> that >>>>> developers love is also attractive to malware creators. Download this >>>>> white >>>>> paper to learn more about secure code signing practices that can help >>>>> keep >>>>> Android apps secure. >>>>> >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk >>>>> _______________________________________________ >>>>> dbunit-developer mailing list >>>>> dbu...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >>>>> >>>>> >>>> >>>> >>>> -- >>>> Life is interfering with my game >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> November Webinars for C, C++, Fortran Developers >>>> Accelerate application performance with scalable programming models. >>>> Explore >>>> techniques for threading, error checking, porting, and tuning. Get the >>>> most >>>> from the latest Intel processors and coprocessors. See abstracts and >>>> register >>>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk >>>> >>>> _______________________________________________ >>>> dbunit-developer mailing list >>>> dbu...@li... >>>> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> November Webinars for C, C++, Fortran Developers >>> Accelerate application performance with scalable programming models. >>> Explore >>> techniques for threading, error checking, porting, and tuning. Get the >>> most >>> from the latest Intel processors and coprocessors. See abstracts and >>> register >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> dbunit-developer mailing list >>> dbu...@li... >>> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >>> >>> >> >> >> -- >> Life is interfering with my game >> >> >> ------------------------------------------------------------------------------ >> November Webinars for C, C++, Fortran Developers >> Accelerate application performance with scalable programming models. >> Explore >> techniques for threading, error checking, porting, and tuning. Get the >> most >> from the latest Intel processors and coprocessors. See abstracts and >> register >> >> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk >> _______________________________________________ >> dbunit-developer mailing list >> dbu...@li... >> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >> >> > |
|
From: Tang J. <jia...@gm...> - 2013-12-23 03:32:04
|
Hi, I see dbunit can export / import xls file into database, which is quite helpful. Can I know does it also support xml format file of xlsx? It should be very simple. Thanks, Jianyu |