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

Not all Unit Tests are running #2841

Closed
krmahadevan opened this issue Nov 29, 2022 · 1 comment · Fixed by #2842
Closed

Not all Unit Tests are running #2841

krmahadevan opened this issue Nov 29, 2022 · 1 comment · Fixed by #2842
Milestone

Comments

@krmahadevan
Copy link
Member

It looks like for quite sometime not all the unit tests that have been defined as part of src/test/resources/testng.xml have been running.

Majority of the tests that show up after test.reports.EmailableReporterTest are getting ignored.

We need to basically get two things done asap.

  • Figure out what is causing this
  • Figure out why is EmailableReporterTest having a skip
  • Fix any of the unit tests that are failing already (Not sure since when these have been failing)

This can cause a lot of minute bug fixes from the past to be broken again.

Currently these are the tests that are consistently failing:

  • test.dataprovider.DataProviderTest. testDataProviderRetryInstancesAreUniqueForEachDataDrivenTest
  • test.listeners.github1130.GitHub1130Test#classListenerShouldBeOnlyInstantiatedOnceInMultiTestContext
  • org.testng.util.StringsTest. testValueOf
  • test.groovy.GroovyTest. spockSampleShouldWork
  • test.listeners.github1296.GitHub1296Test. test_number_of_call_of_configuration_listener
@krmahadevan
Copy link
Member Author

ping @juherr - FYI

@krmahadevan krmahadevan added this to the 7.6.2 milestone Nov 29, 2022
krmahadevan added a commit to krmahadevan/testng that referenced this issue Nov 30, 2022
krmahadevan added a commit to krmahadevan/testng that referenced this issue Nov 30, 2022
krmahadevan added a commit to krmahadevan/testng that referenced this issue Dec 2, 2022
krmahadevan added a commit to krmahadevan/testng that referenced this issue Dec 3, 2022
krmahadevan added a commit that referenced this issue Dec 3, 2022
@krmahadevan krmahadevan modified the milestones: 7.6.2, 7.7.0 Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant