[
https://issues.apache.org/jira/browse/IGNITE-25200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17946013#comment-17946013
]
Ignite TC Bot commented on IGNITE-25200:
----------------------------------------
{panel:title=Branch: [pull/12018/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12018/head] Base: [master] : New Tests
(24)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS (Compatibility){color} [[tests
24|https://ci2.ignite.apache.org/viewLog.html?buildId=8402984]]
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=1,
cacheDump=false, customSnpPath=true, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=1,
cacheDump=false, customSnpPath=true, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=3,
cacheDump=false, customSnpPath=true, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=3,
cacheDump=false, customSnpPath=true, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=1,
cacheDump=false, customSnpPath=false, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=1,
cacheDump=false, customSnpPath=false, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=false,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=1,
cacheDump=true, customSnpPath=true, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=false,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=1,
cacheDump=true, customSnpPath=true, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=3,
cacheDump=false, customSnpPath=false, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=3,
cacheDump=false, customSnpPath=false, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=false,
consistentID=7c2a6792-ab22-4cbd-8c79-245db48da3e0, oldNodesCnt=1,
cacheDump=false, customSnpPath=true, testCacheGrp=false] - PASSED{color}
... and 13 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8403033&buildTypeId=IgniteTests24Java8_RunAll]
> Fix incorrect char[] to String conversion in
> GridCommandHandlerFactoryAbstractTest$JmxCommandHandler#toString (password
> handling)
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-25200
> URL: https://issues.apache.org/jira/browse/IGNITE-25200
> Project: Ignite
> Issue Type: Task
> Reporter: Oleg Valuyskiy
> Assignee: Oleg Valuyskiy
> Priority: Minor
> Labels: ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When processing {{char[]}} passwords in
> {*}GridCommandHandlerFactoryAbstractTest$JmxCommandHandler#toString{*}, the
> conversion to {{String}} incorrectly formats the array elements with comma
> separators.
> *Current behavior:*
> For a password like {{{}"Password"{}}}, the resulting {{String}} becomes
> {{{}"P, a, s, s, w, o, r, d"{}}}.
> *Expected behavior:*
> The {{char[]}} should be converted to a plain {{String}} without delimiters
> (e.g., {{{}"Password"{}}}).
> *Impact:*
> This bug alters the actual password entered by the user, leading to
> authentication failures or security issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)