You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2022/11/07 13:58:00 UTC

[jira] [Commented] (IGNITE-18062) [ducktests] TransactionsTests.test_tx_info is broken

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

Ignite TC Bot commented on IGNITE-18062:
----------------------------------------

{panel:title=Branch: [pull/10365/head] Base: [master] : Possible Blockers (4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Core Linux){color} [[tests 0 Exit Code |https://ci2.ignite.apache.org/viewLog.html?buildId=6899045]]

{color:#d04437}PDS (Indexing){color} [[tests 1|https://ci2.ignite.apache.org/viewLog.html?buildId=6899040]]
* IgnitePdsWithIndexingCoreTestSuite: IgniteWalRecoveryTest.testBinaryRecoverBeforePMEWhenMiddleCheckpoint - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Cache (Failover) 2{color} [[tests 1|https://ci2.ignite.apache.org/viewLog.html?buildId=6898989]]
* IgniteCacheFailoverTestSuite2: GridCacheAtomicFailoverSelfTest.testTopologyChange - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Queries 1{color} [[tests 1|https://ci2.ignite.apache.org/viewLog.html?buildId=6899047]]
* IgniteBinaryCacheQueryTestSuite: H2DynamicTableSelfTest.testTableEnabledDynamicallyNotExistsIfCacheDestroyed - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/10365/head] Base: [master] : New Tests (46)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Thin client: Python{color} [[tests 46|https://ci2.ignite.apache.org/viewLog.html?buildId=6899071]]
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(put-targs1) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(get-targs0) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(clear-targs5) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(replace-targs4) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(put_all-targs3) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(get_all-targs2) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(contains_keys-targs9) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(contains_key-targs8) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(clear_keys-targs7) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(clear_key-targs6) - PASSED{color}
* {color:#013220}tests.custom.test_timeouts.test_cancellation_on_slow_response(get_and_remove-targs13) - PASSED{color}
... and 35 new tests

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci2.ignite.apache.org/viewLog.html?buildId=6899078&amp;buildTypeId=IgniteTests24Java8_RunAll]

> [ducktests] TransactionsTests.test_tx_info is broken
> ----------------------------------------------------
>
>                 Key: IGNITE-18062
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18062
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Sergey Korotkov
>            Assignee: Nikolay Izhikov
>            Priority: Minor
>              Labels: ducktests
>         Attachments: logs.tgz
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> *control_utility.tx_test.TransactionsTests.test_tx_info* test fails after changes in control.sh logging (IGNITE-18010)
> {noformat}
> Traceback (most recent call last):
>   File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/venv/lib64/python3.8/site-packages/ducktape/tests/runner_client.py", line 133, in run
>     data = self.run_test()
>   File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/venv/lib64/python3.8/site-packages/ducktape/tests/runner_client.py", line 197, in run_test
>     return self.test_context.function(self.test)
>   File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/venv/lib64/python3.8/site-packages/ducktape/mark/_mark.py", line 429, in wrapper
>     return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
>   File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/ignite-dev/modules/ducktests/tests/ignitetest/utils/_mark.py", line 233, in extended_test
>     test_result = func(self, *args, **kwargs)
>   File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/ignite-dev/modules/ducktests/tests/ignitetest/tests/control_utility/tx_test.py", line 62, in test_tx_info
>     assert res.xid == pick_tx.xid
> AttributeError: 'NoneType' object has no attribute 'xid'
> {noformat}



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