Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regression testing to the PL/Java maven build #11

Closed
thallgren opened this issue Mar 2, 2013 · 1 comment
Closed

Add regression testing to the PL/Java maven build #11

thallgren opened this issue Mar 2, 2013 · 1 comment

Comments

@thallgren
Copy link
Member

We must add junit based regression tests to the Maven build. I think the simplest way to do this is to turn the current examples into JUnit tests and then use the maven-failsafe-plugin to establish an integration test suite that essentially:

  1. Drops existing test-database
  2. Creates a new test-database
  3. Installs PL/Java into the new test-database
  4. Installs test functions into the new test-database
  5. Runs the JUnit tests
jcflack pushed a commit to jcflack/pljava that referenced this issue Aug 18, 2020
Some fixes, and get intermodule javadoc links working
@jcflack
Copy link
Contributor

jcflack commented Oct 19, 2020

Believed resolved (or, at least, substantially addressed) in 1.6.0 through Node.class and the CI arrangements; there is now a reasonably convenient way to get the existing tests to run, in a clean test database, and to have that happen routinely.

So I think I can close this.

The need for more tests to be written, of course, continues endlessly. :)

@jcflack jcflack closed this as completed Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants