You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (Jira)" <ji...@apache.org> on 2020/10/08 07:36:00 UTC

[jira] [Commented] (IGNITE-13552) PME-free test should check both drops (PME duration vs PME-free, Tx wait vs wait-free)

    [ https://issues.apache.org/jira/browse/IGNITE-13552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210052#comment-17210052 ] 

Anton Vinogradov commented on IGNITE-13552:
-------------------------------------------

Merged into ignite-ducktape.

Tests results on the real environment:

{code}
Module: ignitetest.tests.pme_free_switch_test
Class:  PmeFreeSwitchTest
Method: test
Arguments:
{
  "ignite_version": "2.7.6",
  "long_txs": true
}

1 minute 57.190 seconds
{
  "Measure duration (ms)": "52865",
  "Streamed txs": "11331",
  "Worst latency (ms)": "31106"
}
{code}

{code}
Module: ignitetest.tests.pme_free_switch_test
Class:  PmeFreeSwitchTest
Method: test
Arguments:
{
  "ignite_version": "dev",
  "long_txs": true
}

1 minute 57.418 seconds
{
  "Measure duration (ms)": "53857",
  "Streamed txs": "36779",
  "Worst latency (ms)": "85"
}
{code}

{code}
Module: ignitetest.tests.pme_free_switch_test
Class:  PmeFreeSwitchTest
Method: test
Arguments:
{
  "ignite_version": "2.7.6",
  "long_txs": false
}

2 minutes 20.056 seconds
{
  "Measure duration (ms)": "20693",
  "Streamed txs": "9365",
  "Worst latency (ms)": "723"
}
{code}

{code}
Module: ignitetest.tests.pme_free_switch_test
Class:  PmeFreeSwitchTest
Method: test
Arguments:
{
  "ignite_version": "dev",
  "long_txs": false
}
        
2 minutes 19.997 seconds
{
  "Measure duration (ms)": "22759",
  "Streamed txs": "8594",
  "Worst latency (ms)": "260"
}
{code}

> PME-free test should check both drops (PME duration vs PME-free, Tx wait vs wait-free)
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13552
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13552
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Anton Vinogradov
>            Assignee: Anton Vinogradov
>            Priority: Major
>              Labels: IEP-56, ducktape
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)