Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
kubernetes-operator-1.8.0
Description
The recently introduced scaling event format tests fail locally due to different decimal format:
```
[ERROR] AutoScalerEventHandlerTest.testScalingReport:55
expected: "Scaling execution enabled, begin scaling vertices:{ Vertex ID ea632d67b7d595e5b851708ae9ad79d6 | Parallelism 3 -> 1 | Processing capacity 424.68 -> 123.40 | Target data rate 403.67}
{ Vertex ID 0a448493b4782967b150582570326227 | Parallelism 5 -> 8 | Processing capacity 404.73 -> 645.00 | Target data rate 404.27}"
but was: "Scaling execution enabled, begin scaling vertices:{ Vertex ID ea632d67b7d595e5b851708ae9ad79d6 | Parallelism 3 -> 1 | Processing capacity 424,68 -> 123,40 | Target data rate 403,67}
{ Vertex ID 0a448493b4782967b150582570326227 | Parallelism 5 -> 8 | Processing capacity 404,73 -> 645,00 | Target data rate 404,27}"
[INFO]
```
Attachments
Issue Links
- links to