[
https://issues.apache.org/jira/browse/IGNITE-28919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18104042#comment-18104042
]
Ignite TC Bot commented on IGNITE-28919:
----------------------------------------
{panel:title=Branch: [pull/13399/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13399/head] Base: [master] : New Tests
(13)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Cache 10{color} [[tests
7|https://ci2.ignite.apache.org/viewLog.html?buildId=9277012]]
* {color:#013220}IgniteCacheTestSuite10:
IgniteIoTestMessagesTest.testRunFailsOnDepartedTarget - PASSED{color}
* {color:#013220}IgniteCacheTestSuite10:
IgniteIoTestMessagesTest.testAggregateFailureRemovesOwnedRequests -
PASSED{color}
* {color:#013220}IgniteCacheTestSuite10:
IgniteIoTestMessagesTest.testDeliveryDelayIncludesSystemPoolDispatch -
PASSED{color}
* {color:#013220}IgniteCacheTestSuite10:
IgniteIoTestMessagesTest.testAggregateCancellationRemovesOwnedRequests -
PASSED{color}
* {color:#013220}IgniteCacheTestSuite10:
IgniteIoTestMessagesTest.testRunFailsOnSpiError - PASSED{color}
* {color:#013220}IgniteCacheTestSuite10:
IgniteIoTestMessagesTest.testIoTestParameterUpperLimits - PASSED{color}
* {color:#013220}IgniteCacheTestSuite10:
IgniteIoTestMessagesTest.testRunSamplesEveryTargetDespiteShortDuration -
PASSED{color}
{color:#00008b}Control Utility 2{color} [[tests
6|https://ci2.ignite.apache.org/viewLog.html?buildId=9277103]]
* {color:#013220}IgniteControlUtilityTestSuite2:
IoTestCommandTest.testInvalidPayloadSize[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite2:
IoTestCommandTest.testDiscovery[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite2:
IoTestCommandTest.testCommunication[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite2:
IoTestCommandTest.testInvalidPayloadSize[cmdHnd=jmx] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite2:
IoTestCommandTest.testDiscovery[cmdHnd=jmx] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite2:
IoTestCommandTest.testCommunication[cmdHnd=jmx] - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9277151&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9277151
rerunBuildIds=none{color}
> Add communication and discovery network test commands
> -----------------------------------------------------
>
> Key: IGNITE-28919
> URL: https://issues.apache.org/jira/browse/IGNITE-28919
> Project: Ignite
> Issue Type: Improvement
> Reporter: Nikita Amelchev
> Assignee: Nikita Amelchev
> Priority: Major
> Labels: ise
> Fix For: 2.19
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Replace the legacy communication IO test with management API commands.
> Preserve communication latency testing with clearer millisecond-based output,
> and add a new test for measuring message traversal through the
> {{TcpDiscoverySpi}} ring, including per-hop and total timings.
> h3. Communication SPI
> {code}
> $ control.sh --io-test communication --node-id
> 8f3c1d72-6a94-4b57-9e21-3d8f0a6c42b5
> Communication SPI test
> Source: srv-1 [id=8f3c1d72-6a94-4b57-9e21-3d8f0a6c42b5]
> Parameters: warmup=5000 ms | duration=30000 ms | threads=1 | payload=0 bytes
> Handling: system pool
> RTT:
> Target Samples Min, ms Avg, ms Max, ms
> srv-2 142851 0.028 0.087 4.106
> srv-3 142850 0.029 0.089 3.884
> Estimated one-way delivery*:
> Target Direction Min, ms Avg, ms Max, ms
> srv-2 Request 0 0.045 4
> srv-2 Response 0 0.042 3
> srv-3 Request 0 0.046 3
> srv-3 Response 0 0.043 3
> * One-way delivery uses OS wall-clock time and requires synchronized node
> clocks.
> RTT uses a monotonic clock. System-pool handling includes executor dispatch
> time.
> {code}
> h3. Discovery SPI
> {code}
> $ control.sh --io-test discovery
> TcpDiscoverySpi ring test
> Coordinator: srv-1 [id=8f3c1d72-6a94-4b57-9e21-3d8f0a6c42b5]
> Parameters: samples=10 | interval=100 ms | payload=100 bytes
> Full-ring latency:
> Samples Min, ms Avg, ms Max, ms
> 10 0.559 0.619 0.729
> Estimated per-hop delivery (ring order)*:
> From To Min, ms Avg, ms Max, ms
> srv-1 srv-2 0 0.000 0
> srv-2 srv-3 0 0.000 0
> srv-3 srv-1 0 0.000 0
> * Per-hop delivery uses OS wall-clock time and requires synchronized node
> clocks.
> Full-ring latency uses a monotonic clock.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)