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

testing: add o.e.tc.datastore.core.tests to testing feature #175

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

bhufmann
Copy link
Contributor

Commit e12b98a made o.e.tc.datastore.core.tests a plug-in instead of a fragment. It needs to be part of the testing feature so that downstream test plug-ins can successfully build.

Signed-off-by: Bernd Hufmann [email protected]

@bhufmann bhufmann requested a review from PatrickTasse October 24, 2024 13:14
@PatrickTasse PatrickTasse changed the title testing: add o.e.tc.datastore.core.tests to testting feature testing: add o.e.tc.datastore.core.tests to testing feature Oct 24, 2024
Copy link
Contributor

@PatrickTasse PatrickTasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo 'testting' in commit header

@@ -207,4 +207,8 @@
id="org.eclipse.tracecompass.slf4j.binding.simple.properties"
version="0.0.0"/>

<plugin
id="org.eclipse.tracecompass.datastore.core.tests"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider inserting above in alphabetical order

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Eclipse feature editor added it at the end.

<plugin
id="org.eclipse.tracecompass.datastore.core.tests"
version="0.0.0"/>

</feature>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other plug-ins that could be considered to be added, here or in another commit if applicable:
o.e.tc.lami.ui.swtbot.tests (fragment)
o.e.tc.analysis.profiling.ui.swtbot.tests
o.e.tc.integration.core.tests
o.e.tc.jsontrace.core.tests
o.e.tc.rcp.ui.tests

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These ones have been missing for a while and have not caused any build issue. It's out of scope of this fix.

@bhufmann
Copy link
Contributor Author

bhufmann commented Oct 24, 2024

typo 'testting' in commit header

I'll fix it.

Commit e12b98a made o.e.tc.datastore.core.tests a plug-in instead of
a fragment. It needs to be part of the testing feature so that
downstream test plug-ins can successfully build.

Signed-off-by: Bernd Hufmann <[email protected]>
@bhufmann bhufmann merged commit 0a0b76d into eclipse-tracecompass:master Oct 24, 2024
4 checks passed
@bhufmann bhufmann deleted the fixIncubatorBuild branch October 24, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants