Rajneesh180 commented on PR #4645:
URL: https://github.com/apache/cassandra/pull/4645#issuecomment-4004326276

   Hi @smiklosovic,
   
   This is a one-line fix for CASSANDRA-20178 — the 
`SetGetCompactionThroughputTest` regex was doing a literal `.` match for the 
decimal separator, which fails on locales that use a comma (e.g. `de_DE`). 
Changed to `[.,]` to make it locale-agnostic.
   
   No logic change, just a regex correction. Happy to adjust if there's a 
preferred pattern for locale handling in the test suite.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to