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

JUnit tests should not depend on eclipse for build #1352

Closed
pki-bot opened this issue Oct 2, 2020 · 2 comments
Closed

JUnit tests should not depend on eclipse for build #1352

pki-bot opened this issue Oct 2, 2020 · 2 comments

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #785. Originally filed by kaskahn on 2013-11-05 17:55:16:

  • Closed as Fixed
  • Assigned to kaskahn

Currently the JUnit tests do not have a build mechanism other than eclipse build. This is an issue when trying to setup a CI framework with Jenkins.

Though the project in the Jenkins server can point to a local copy of the git source, the CI server is required to checkout latest source from the git repo and initiate the process.

The JUnit tests have to be compiled in the compose test script, since it is not possible to open the project in eclipse and build them, the test rpm will not contain the compiled tests, which means the Java tests are not run.

This is not a problem when the Jenkins workspace points to a local copy of the code.

@pki-bot pki-bot added this to the 10.1 - 10/13 (October) milestone Oct 2, 2020
@pki-bot pki-bot closed this as completed Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from kaskahn at 2013-11-10 22:23:39

Fixed in the patches mentioned here: https://fedorahosted.org/pki/ticket/657#comment:7

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from kaskahn at 2017-02-27 13:57:58

Metadata Update from @kaskahn:

  • Issue assigned to kaskahn
  • Issue set to the milestone: 10.1 - 10/13 (October)

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

1 participant