Skip to content

TestConcurrentInstantiation.testPercentileBy and .testAvgBy failures #203

@devinrsmith

Description

@devinrsmith

./gradlew DB:test --tests com.illumon.iris.db.v2.TestConcurrentInstantiation.testPercentileBy

Non-deterministic.

junit.framework.ComparisonFailure: 
Column IntCol different from the expected set, first difference at row 0 encountered 3 expected 6
Column DoubleCol different from the expected set, first difference at row 0 encountered 300.3 expected 600.6 (difference = 300.3)
Column FloatCol different from the expected set, first difference at row 0 encountered 30.3 expected 60.6 (difference = 30.3)
Column ShortCol different from the expected set, first difference at row 0 encountered 30 expected 60
Column ByteCol different from the expected set, first difference at row 0 encountered 13 expected 16
Column CharCol different from the expected set, first difference at row 0 encountered C expected E
Column LongCol different from the expected set, first difference at row 0 encountered 30000000000 expected 60000000000
Column BigDecCol different from the expected set, first difference at row 0 encountered 40000.3 expected 60000.6
Column BigIntCol different from the expected set, first difference at row 0 encountered 300000 expected 600000
 expected:<...         0|         [6|               600.6|      60.6|        60|        16|E         |         60000000000|   60000.6|    6]00000
> but was:<...         0|         [3|               300.3|      30.3|        30|        13|C         |         30000000000|   40000.3|    3]00000
>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions