]
Pedro Ruivo updated ISPN-8858:
------------------------------
Fix Version/s: 9.3.0.Alpha1
BulkOperationsTest parameter values change in every run
-------------------------------------------------------
Key: ISPN-8858
URL:
https://issues.jboss.org/browse/ISPN-8858
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.2.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 9.3.0.Final, 9.3.0.Alpha1
The {{BulkOperationsTest}} methods use a data provider, but the parameter values are
lambdas, so they are logged with {{Object.toString()}}:
{noformat}
[OK: 3222, KO: 2, SKIP: 0] Test starting:
org.infinispan.client.hotrod.BulkOperationsTest.testClear[LOCAL]([org.infinispan.client.hotrod.BulkOperationsTest$$Lambda$1387/864766760@5e4517de])
[OK: 3223, KO: 2, SKIP: 0] Test succeeded:
org.infinispan.client.hotrod.BulkOperationsTest.testClear[LOCAL]([org.infinispan.client.hotrod.BulkOperationsTest$$Lambda$1387/864766760@5e4517de])
[OK: 3223, KO: 2, SKIP: 0] Test starting:
org.infinispan.client.hotrod.BulkOperationsTest.testClear[LOCAL]([org.infinispan.client.hotrod.BulkOperationsTest$$Lambda$1388/1656036295@52bab332])
[OK: 3224, KO: 2, SKIP: 0] Test succeeded:
org.infinispan.client.hotrod.BulkOperationsTest.testClear[LOCAL]([org.infinispan.client.hotrod.BulkOperationsTest$$Lambda$1388/1656036295@52bab332])
[OK: 3224, KO: 2, SKIP: 0] Test starting:
org.infinispan.client.hotrod.BulkOperationsTest.testClear[LOCAL]([org.infinispan.client.hotrod.BulkOperationsTest$$Lambda$1389/1747688893@311c80b2])
[OK: 3225, KO: 2, SKIP: 0] Test succeeded:
org.infinispan.client.hotrod.BulkOperationsTest.testClear[LOCAL]([org.infinispan.client.hotrod.BulkOperationsTest$$Lambda$1389/1747688893@311c80b2])
{noformat}