[infinispan-issues] [JBoss JIRA] (ISPN-10220) Create named lambdas to identify each test that is running
Diego Lovison (Jira)
issues at jboss.org
Wed May 22 07:58:04 EDT 2019
Diego Lovison created ISPN-10220:
------------------------------------
Summary: Create named lambdas to identify each test that is running
Key: ISPN-10220
URL: https://issues.jboss.org/browse/ISPN-10220
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
After ISPN-10148, all lambdas in the index will be the same. It will return only one test in the XML.
For example:
{code:java}
// Put
org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440 at 79ef4571, false])
// Functional Command
org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440 at 79ef4571, false])
// Put all
org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440 at 79ef4571, false])
// Put Async
org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440 at 79ef4571, false])
// Compute
org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440 at 79ef4571, false])
{code}
will be reported only once like:
{code:java}
org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([$$Lambda$, false])
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list