Continuous Integration with LightBuildServer: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with "== Unit Tests for the server side == We have nightly tests running for the three database systems that we support: * https://lbs.solidcharity.com/package/solidcharity/openpetr...")
 
Line 1: Line 1:
== Unit Tests for the server side ==
== Unit Tests for the server side ==
We have nightly tests running for the three database systems that we support:
We have nightly tests running for the two database systems that we support:
* https://lbs.solidcharity.com/package/solidcharity/openpetra/openpetra-test-server-mysql
* https://lbs.solidcharity.com/projects/solidcharity/openpetra/package/openpetra-test-mysql/
* https://lbs.solidcharity.com/package/solidcharity/openpetra/openpetra-test-server-sqlite
* https://lbs.solidcharity.com/projects/solidcharity/openpetra/package/openpetra-test-postgresql/
* https://lbs.solidcharity.com/package/solidcharity/openpetra/openpetra-test-server-postgresql


The test script for MySQL is this: https://github.com/SolidCharity/lbs-openpetra/blob/master/openpetra-test-server-mysql/setup.sh
The test script for MySQL is this: https://github.com/SolidCharity/lbs-openpetra/blob/master/openpetra-test-mysql/setup.sh


== Client integration tests ==
== Client integration tests ==

Revision as of 05:00, 16 March 2023