question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move ManualScheduler (for tests) to separate test-artifact

See original GitHub issue

ManualScheduler, a scheduler used for testing that allows for manual triggering of activites, currently lives in the main maven artifact db-scheduler. It is a leftover from before db-scheduler was a multi-module maven project. We should move the package com.github.kagkarlsson.scheduler.testhelper into a new maven artifact db-scheduler-test so that it can be included specifically for tests with <scope>test</scope>

Package: https://github.com/kagkarlsson/db-scheduler/blob/master/db-scheduler/src/main/java/com/github/kagkarlsson/scheduler/testhelper/

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
kagkarlssoncommented, Oct 7, 2020

I tried clarifying the description. Makes sense?

0reactions
cunhazeracommented, Oct 12, 2020

I think there is no need for that. I did not put much work on that. Maybe we could try to add a maven shade plugin to exclude some classes from the final artifact. I’m not sure what would be the impact to the project, but that’s an option.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delete test artifacts in Azure Boards - Microsoft Learn
Removes the deleted test artifact from the test case management (TCM) data store and deletes the underlying work item; Runs a job to...
Read more >
How to create a jar containing test classes - Apache Maven
Create a separate project with the test-classes. ... Move the sources files from src/test/java you want to share from the original project ...
Read more >
Managing test artifact sections - Jazz.net
Open a test plan, test case, test suite, or keyword. From the list of test artifact sections, click Manage Sections to open the...
Read more >
Deleting and restoring test artifacts - IBM
Artifact type Delete support Restore support Permanent delete support Attachments Yes Yes Yes Build definitions and build records Yes Yes Yes Category Yes Yes Yes
Read more >
Unit test reports - GitLab Docs
The failed tests are listed as a string with the tests separated by spaces. To copy the name of a single failed test:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found