On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote:
> If a test runs in non-English locale, the digits displayed in the timeout
> could be locale-specific, which may be confusing.
>
> For example, in the Arabic locale `-Duser.language=ar`, the timeout is
> displayed like this:
>
> Test tim
On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote:
> If a test runs in non-English locale, the digits displayed in the timeout
> could be locale-specific, which may be confusing.
>
> For example, in the Arabic locale `-Duser.language=ar`, the timeout is
> displayed like this:
>
> Test tim
On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote:
> If a test runs in non-English locale, the digits displayed in the timeout
> could be locale-specific, which may be confusing.
>
> For example, in the Arabic locale `-Duser.language=ar`, the timeout is
> displayed like this:
>
> Test tim
On Wed, 28 Feb 2024 15:48:05 GMT, Andy Goryachev wrote:
>> If a test runs in non-English locale, the digits displayed in the timeout
>> could be locale-specific, which may be confusing.
>>
>> For example, in the Arabic locale `-Duser.language=ar`, the timeout is
>> displayed like this:
>>
>>
On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote:
> If a test runs in non-English locale, the digits displayed in the timeout
> could be locale-specific, which may be confusing.
>
> For example, in the Arabic locale `-Duser.language=ar`, the timeout is
> displayed like this:
>
> Test tim
If a test runs in non-English locale, the digits displayed in the timeout could
be locale-specific, which may be confusing.
For example, in the Arabic locale `-Duser.language=ar`, the timeout is
displayed like this:
Test timeout: ٠٠:٠٤:٥٨
The fix explicitly sets English locale for formatting,