Re: [pool][all] Fixing deprecations in unit tests

2025-05-24 Thread Phil Steitz
> On May 24, 2025, at 5:53 PM, Gary Gregory wrote: > > On Sat, May 24, 2025, 20:22 Phil Steitz wrote: > >> The [pool] unit tests in the 2_X branch are riddled with deprecation >> warnings mostly due to either changed method names or legacy time-related >> methods where the non-deprecated ve

Re: [pool][all] Fixing deprecations in unit tests

2025-05-24 Thread Gary Gregory
On Sat, May 24, 2025, 20:22 Phil Steitz wrote: > The [pool] unit tests in the 2_X branch are riddled with deprecation > warnings mostly due to either changed method names or legacy time-related > methods where the non-deprecated version takes a Duration instead of a > long. I am on the fence as

[pool][all] Fixing deprecations in unit tests

2025-05-24 Thread Phil Steitz
The [pool] unit tests in the 2_X branch are riddled with deprecation warnings mostly due to either changed method names or legacy time-related methods where the non-deprecated version takes a Duration instead of a long. I am on the fence as to whether to fix these now or wait until the deprecated