opensearch-project / performance-analyzer-commons

Apache License 2.0
4 stars 18 forks source link

[migration] to mockito v5 from v2 #70

Closed kartva closed 3 months ago

kartva commented 9 months ago

The main OpenSearch repository uses Mockito 5 while PA is currently using Mockito 2. Mockito 5 removes the need to use PowerMock, thus eliminating one of our test dependencies and contains new functionality that may be useful for writing unit tests.

This can help #69 since we will be upgrading to a more recent test framework with more features.

In particular, this file in the OpenSearch repository contains the version numbers for mockito and other packages.

kartva commented 9 months ago

I am working on this.

kartva commented 8 months ago

This issue is open to contributions.

Relevant information:

dblock commented 3 months ago

[Triage -- attendees 1, 2, 3, 4, 5, 6, 7]

@DesmondWillowbrook Are you still trying to do this?

reta commented 3 months ago

Already done, closing