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

Avoid running long lasting tests as a part of packaging #1436

Open
marekhorst opened this issue Oct 11, 2023 · 0 comments
Open

Avoid running long lasting tests as a part of packaging #1436

marekhorst opened this issue Oct 11, 2023 · 0 comments

Comments

@marekhorst
Copy link
Member

Even though we have already introduced @SlowTest marking there are still some long lasting tests executed during the regular packaging phase, namely:

  • eu.dnetlib.iis.wf.importer.infospace.ImportInformationSpaceJobTest (87 secs)
  • eu.dnetlib.iis.wf.importer.infospace.ImportInformationSpaceJobUtilsTest (7 secs)
  • eu.dnetlib.iis.wf.importer.content.HiveBasedDocumentContentUrlImporterJobTest (20 secs)

and possibly other test classes from different package than iis-wf-import. We should consider marking them with @SlowTest in order to allow their exclusion.

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

No branches or pull requests

1 participant