[ 
https://issues.apache.org/jira/browse/IGNITE-28603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Werner updated IGNITE-28603:
-----------------------------------
    Description: 
ToStringDumpHelperTest fails on JDK 17 in the master branch.

See 
[https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Pds8/9028637]
{code:java}
expected:<...-lock-unlock time=(1[596173397167, 2020-07-31 08:29:57.167]) L=1 
-> Read lock p...> but was:<...-lock-unlock time=(1[777997662376, 2026-05-05 
19:14:22.376]) L=1 -> Read lock p...>{code}
The root cause of the test failure is a non‑working GridTestUtils#setFieldValue 
(used for field 'time' in the PageLockDump class) method on JDK 17+.

It needs to be fixed.

  was:
See 
[https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Pds8/9028637]
{code:java}
expected:<...-lock-unlock time=(1[596173397167, 2020-07-31 08:29:57.167]) L=1 
-> Read lock p...> but was:<...-lock-unlock time=(1[777997662376, 2026-05-05 
19:14:22.376]) L=1 -> Read lock p...>{code}
The root cause of the test failure is a non‑working GridTestUtils#setFieldValue 
(used for field 'time' in the PageLockDump class) method on JDK 17+.
It needs to be fixed.


> Fix ToStringDumpHelperTest on JDK 17
> ------------------------------------
>
>                 Key: IGNITE-28603
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28603
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Dmitry Werner
>            Assignee: Dmitry Werner
>            Priority: Major
>              Labels: ise
>             Fix For: 2.19
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> ToStringDumpHelperTest fails on JDK 17 in the master branch.
> See 
> [https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Pds8/9028637]
> {code:java}
> expected:<...-lock-unlock time=(1[596173397167, 2020-07-31 08:29:57.167]) L=1 
> -> Read lock p...> but was:<...-lock-unlock time=(1[777997662376, 2026-05-05 
> 19:14:22.376]) L=1 -> Read lock p...>{code}
> The root cause of the test failure is a non‑working 
> GridTestUtils#setFieldValue (used for field 'time' in the PageLockDump class) 
> method on JDK 17+.
> It needs to be fixed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to