Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
Some tests are failing based on the locale.
Example:
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in org.apache.nifi.processor.TestFormatUtils [ERROR] testFormatDataSize(org.apache.nifi.processor.TestFormatUtils) Time elapsed: 0.004 s <<< FAILURE! org.junit.ComparisonFailure: expected:<10[.]4 bytes> but was:<10[,]4 bytes> at org.apache.nifi.processor.TestFormatUtils.testFormatDataSize(TestFormatUtils.java:91)
Attachments
Issue Links
- Is contained by
-
NIFI-6529 Fix tests that fail when user.langage and user.region are not set to "en" and "US" respectively
- Resolved