Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests] Timeout in pytest tests #7134

Closed
drew2a opened this issue Nov 1, 2022 · 7 comments
Closed

[Tests] Timeout in pytest tests #7134

drew2a opened this issue Nov 1, 2022 · 7 comments

Comments

@drew2a
Copy link
Contributor

drew2a commented Nov 1, 2022

It is the most common bug now.

Ubuntu.
https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301 in #7112

============================= test session starts ==============================
platform linux -- Python 3.8.14, pytest-7.1.2, pluggy-1.0.0
Using --randomly-seed=3036501063
rootdir: /home/runner/work/tribler/tribler, configfile: pytest.ini
plugins: freezegun-0.4.2, aiohttp-1.0.4, timeout-2.1.0, anyio-3.3.4, mock-3.7.0, randomly-3.11.0, asyncio-0.18.3, Faker-[14](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:15).1.0, looptime-0.2
timeout: 300.0s
timeout method: signal
timeout func_only: False
asyncio: mode=auto
collected 1147 items

src/tribler/core/components/metadata_store/restapi/tests/test_channels_endpoint.py . [  0%]
........................................                                 [  3%]
src/tribler/core/components/bandwidth_accounting/tests/test_bandwidth_endpoint.py . [  3%]
.                                                                        [  3%]
src/tribler/core/components/libtorrent/tests/test_download_config.py ... [  4%]
......                                                                   [  4%]
src/tribler/core/components/socks_servers/socks5/tests/test_server.py .. [  4%]
.....                                                                    [  5%]
src/tribler/core/components/restapi/rest/tests/test_debug_endpoint.py .. [  5%]
.........s.                                                              [  6%]
src/tribler/core/components/bandwidth_accounting/tests/test_bandwidth_accounting_component.py . [  6%]
                                                                         [  6%]
src/tribler/core/sentry_reporter/tests/test_sentry_tools.py ............ [  7%]
..............                                                           [  8%]
src/tribler/core/components/knowledge/community/tests/test_operations_requests.py . [  8%]
....                                                                     [  9%]
src/tribler/core/components/metadata_store/tests/test_channel_metadata.py . [  9%]
...............................                                          [ 11%]
src/tribler/core/components/socks_servers/socks5/tests/test_udp_connection.py . [ 11%]
.                                                                        [ 12%]
src/tribler/core/components/socks_servers/tests/test_socks_servers_component.py . [ 12%]
                                                                         [ 12%]
src/tribler/core/components/torrent_checker/tests/test_torrent_checker_component.py . [ 12%]
                                                                         [ 12%]
src/tribler/core/components/libtorrent/tests/test_download_manager.py .. [ 12%]
...................                                                      [ 14%]
src/tribler/core/utilities/tests/test_dependencies.py ....               [ 14%]
src/tribler/core/components/knowledge/tests/test_knowledge_component.py . [ 14%]
                                                                         [ 14%]
src/tribler/core/sentry_reporter/tests/test_sentry_scrubber.py ......... [ [15](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:16)%]
....................................                                     [ [18](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:19)%]
src/tribler/core/components/ipv8/tests/test_discovery_booster.py ....    [ 18%]
src/tribler/core/components/gigachannel_manager/tests/test_gigachannel_manager.py . [ 18%]
.......                                                                  [ [19](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:20)%]
src/tribler/core/components/libtorrent/tests/test_download_state.py .... [ 19%]
                                                                         [ 19%]
src/tribler/core/components/popularity/community/tests/test_popularity_community.py . [ 19%]
.....                                                                    [ [20](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:21)%]
src/tribler/core/components/metadata_store/restapi/tests/test_metadata_endpoint.py . [ 20%]
..........                                                               [ [21](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:22)%]
src/tribler/core/components/ipv8/eva/transfer/tests/test_window.py ....  [ 21%]
src/tribler/core/utilities/tests/test_bencodecheck.py .                  [ 21%]
src/tribler/core/components/metadata_store/db/tests/test_tracker_state.py . [ 21%]
..                                                                       [ 21%]
src/tribler/core/components/popularity/community/tests/test_version_community_mixin.py . [ [22](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:23)%]
.                                                                        [ 22%]
src/tribler/core/components/watch_folder/tests/test_watch_folder_component.py . [ 22%]
                                                                         [ 22%]
src/tribler/core/components/knowledge/rules/tests/test_rules_general_tags.py . [ 22%]
................                                                         [ [23](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:24)%]
src/tribler/core/components/payout/tests/test_payout_component.py .      [ 23%]
src/tribler/core/utilities/tests/test_process_checker.py ............... [ [25](https://github.com/Tribler/tribler/actions/runs/3367858797/jobs/5585934301#step:5:26)%]
Error: The action has timed out.
@drew2a
Copy link
Contributor Author

drew2a commented Nov 1, 2022

Profiling info (macOS):
combined

@drew2a
Copy link
Contributor Author

drew2a commented Nov 1, 2022

The first improvement that could be made is changing the storage type of Metadata store from file to memory:

image

@drew2a
Copy link
Contributor Author

drew2a commented Nov 1, 2022

Win.
https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589073308 in #7127

============================= test session starts =============================
platform win32 -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
Using --randomly-seed=3305601666
rootdir: D:\a\tribler\tribler, configfile: pytest.ini
plugins: anyio-3.3.4, Faker-14.1.0, looptime-0.2, aiohttp-1.0.4, asyncio-0.18.3, freezegun-0.4.2, mock-3.7.0, randomly-3.11.0, timeout-2.1.0
asyncio: mode=auto
timeout: 300.0s
timeout method: thread
timeout func_only: False
collected 11[51](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589073308#step:6:52) items

src\tribler\core\components\ipv8\eva\transfer\tests\test_outgoing.py ... [  0%]
..                                                                       [  0%]
src\tribler\core\utilities\tests\test_dependencies.py ....               [  0%]
src\tribler\core\components\metadata_store\db\tests\test_torrent_metadata.py . [  0%]
...................                                                      [  2%]
src\tribler\core\components\metadata_store\tests\test_metadata.py ...... [  3%]
.                                                                        [  3%]
src\tribler\core\components\tunnel\tests\test_triblertunnel_community.py . [  3%]
............................                                             [  5%]
src\tribler\core\components\libtorrent\restapi\tests\test_downloads_endpoint.py . [  5%]
........................................                                 [  9%]
src\tribler\core\components\ipv8\eva\tests\test_container.py ....        [  9%]
src\tribler\core\components\tunnel\tests\test_tunnel_component.py .      [  9%]
src\tribler\core\components\knowledge\tests\test_knowledge_component.py . [  9%]
                                                                         [  9%]
src\tribler\core\components\gigachannel\community\tests\test_gigachannel_community.py . [  9%]
...........                                                              [ 10%]
src\tribler\core\components\tunnel\tests\test_full_session\test_tunnel_community.py s [ 10%]
s                                                                        [ 10%]
src\tribler\core\components\libtorrent\restapi\tests\test_torrentinfo_endpoint.py . [ 11%]
..                                                                       [ 11%]
src\tribler\core\tests\test_check_os.py ....                             [ 11%]
src\tribler\core\components\knowledge\rules\tests\test_rules_general_tags.py . [ 11%]
................                                                         [ 13%]
src\tribler\core\components\bandwidth_accounting\tests\test_database.py . [ 13%]
........                                                                 [ 13%]
src\tribler\core\components\restapi\rest\base_api_test.py .              [ 13%]
src\tribler\core\components\metadata_store\category_filter\tests\test_category.py . [ 13%]
.....                                                                    [ 14%]
src\tribler\core\components\metadata_store\tests\test_timeutils.py ...   [ 14%]
src\tribler\core\components\gui_process_watcher\tests\test_gui_process_watcher_component.py . [ 14%]
                                                                         [ 14%]
src\tribler\core\components\knowledge\rules\tests\test_tag_rules_base.py . [ 14%]
                                                                         [ 14%]
src\tribler\core\components\metadata_store\restapi\tests\test_channels_endpoint.py . [ 14%]
..................................

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
D:\a\tribler\tribler\src\tribler\core\components\metadata_store\db\store.py:173: KeyboardInterrupt
(to show a full traceback on KeyboardInterrupt use --full-trace)
=========== 204 passed, 2 skipped, 10 warnings in 282.[37](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589073308#step:6:38)s (0:04:[42](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589073308#step:6:43)) ===========
Error: The action has timed out.

@drew2a drew2a changed the title [Tests] Timeout in Ubuntu pytest tests [Tests] Timeout in pytest tests Nov 1, 2022
@drew2a
Copy link
Contributor Author

drew2a commented Nov 1, 2022

Win: https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947

============================= test session starts =============================
platform win32 -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
Using --randomly-seed=[12](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:13)5904733
rootdir: D:\a\tribler\tribler, configfile: pytest.ini
plugins: anyio-3.3.4, Faker-[14](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:15).1.0, looptime-0.2, aiohttp-1.0.4, asyncio-0.18.3, freezegun-0.4.2, mock-3.7.0, randomly-3.11.0, timeout-2.1.0
asyncio: mode=auto
timeout: 300.0s
timeout method: thread
timeout func_only: False
collected 1[15](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:16)1 items

src\tribler\core\components\libtorrent\tests\test_seeding.py .           [  0%]
src\tribler\core\components\knowledge\rules\tests\test_tag_rules_base.py . [  0%]
                                                                         [  0%]
src\tribler\core\components\gui_process_watcher\tests\test_gui_process_watcher_component.py . [  0%]
                                                                         [  0%]
src\tribler\core\components\resource_monitor\implementation\tests\test_rm_settings.py . [  0%]
.                                                                        [  0%]
src\tribler\core\components\libtorrent\restapi\tests\test_libtorrent_endpoint.py . [  0%]
....                                                                     [  0%]
src\tribler\core\config\tests\test_tribler_config.py ...........         [  1%]
src\tribler\core\components\tunnel\tests\test_dispatcher.py .....        [  2%]
src\tribler\core\components\metadata_store\category_filter\tests\test_category.py . [  2%]
.....                                                                    [  2%]
src\tribler\core\components\libtorrent\tests\test_download.py .......... [  3%]
.................                                                        [  5%]
src\tribler\core\components\restapi\rest\tests\test_statistics_endpoint.py . [  5%]
..                                                                       [  5%]
src\tribler\core\components\bandwidth_accounting\tests\test_community.py . [  5%]
........                                                                 [  6%]
src\tribler\core\sentry_reporter\tests\test_sentry_tools.py ............ [  7%]
..............                                                           [  8%]
src\tribler\core\components\restapi\rest\tests\test_create_torrent_endpoint.py . [  8%]
..                                                                       [  8%]
src\tribler\core\tests\test_check_os.py ....                             [  9%]
src\tribler\core\components\metadata_store\tests\test_metadata.py ...... [  9%]
.                                                                        [  9%]
src\tribler\core\components\popularity\community\tests\test_version_community_mixin.py . [  9%]
.                                                                        [  9%]
src\tribler\core\tests\test_start_core.py .                              [  9%]
src\tribler\core\components\ipv8\eva\transfer\tests\test_incoming.py ... [ 10%]
.......                                                                  [ 10%]
src\tribler\core\components\restapi\rest\tests\test_trustview_endpoint.py . [ 10%]
.......                                                                  [ 11%]
src\tribler\core\components\ipv8\eva\transfer\tests\test_window.py ....  [ 11%]
src\tribler\core\components\ipv8\eva\tests\test_protocol.py ............ [ 12%]
..................                                                       [ 14%]
src\tribler\core\components\torrent_checker\torrent_checker\tests\test_torrentchecker_session.py . [ 14%]
.............................                                            [ [17](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:18)%]
src\tribler\core\config\tests\test_tribler_config_section.py ...         [ 17%]
src\tribler\core\components\knowledge\restapi\tests\test_knowledge_endpoint.py . [ 17%]
.....                                                                    [ 17%]
src\tribler\core\components\gigachannel_manager\tests\test_gigachannel_manager_component.py . [ 17%]
                                                                         [ 17%]
src\tribler\core\components\restapi\rest\tests\test_rest_manager.py .... [ [18](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:19)%]
.                                                                        [ 18%]
src\tribler\core\components\ipv8\tests\test_ipv8_component.py ...        [ 18%]
src\tribler\core\upgrade\tests\test_config_upgrade_to_76.py .            [ 18%]
src\tribler\core\upgrade\tests\test_version_manager.py ........          [ [19](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:20)%]
src\tribler\core\components\metadata_store\restapi\tests\test_remote_query_endpoint.py . [ 19%]
.                                                                        [ 19%]
src\tribler\core\components\restapi\rest\tests\test_util.py ...          [ 19%]
src\tribler\core\components\metadata_store\db\tests\test_store.py ...... [ [20](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:21)%]
............                                                             [ [21](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:22)%]
src\tribler\core\components\metadata_store\remote_query_community\tests\test_remote_search_by_tags.py . [ 21%]
...............................                                          [ [24](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:25)%]
src\tribler\core\utilities\tests\test_bencodecheck.py .                  [ 24%]
src\tribler\core\components\gigachannel_manager\tests\test_gigachannel_manager.py . [ 24%]
.......                                                                  [ 24%]
src\tribler\core\components\restapi\rest\tests\test_events_endpoint.py . [ [25](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:26)%]
....                                                                     [ 25%]
src\tribler\core\utilities\tests\test_tracker_utils.py ................. [ [26](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:27)%]
..........                                                               [ [27](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:28)%]
src\tribler\core\components\metadata_store\category_filter\tests\test_init_category.py . [ 27%]
.                                                                        [ 27%]
src\tribler\core\components\metadata_store\tests\test_timeutils.py ...   [ [28](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:29)%]
src\tribler\core\components\version_check\tests\test_versioncheck.py ... [ 28%]
......                                                                   [ 28%]
src\tribler\core\utilities\tests\test_async_group.py ........            [ [29](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:30)%]
src\tribler\core\components\metadata_store\db\tests\test_tracker_state.py . [ 29%]
..                                                                       [ 29%]
src\tribler\core\components\watch_folder\tests\test_watch_folder_component.py . [ 29%]
                                                                         [ 29%]
src\tribler\core\components\knowledge\community\tests\test_knowledge_validator.py . [ [30](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:31)%]
..........                                                               [ 30%]
src\tribler\core\logger\tests\test_logger.py ........                    [ [31](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:32)%]
src\tribler\core\components\gui_process_watcher\tests\test_gui_process_watcher.py . [ 31%]
....                                                                     [ [32](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:33)%]
src\tribler\core\upgrade\tests\test_upgrader.py ..........               [ 32%]
src\tribler\core\components\bandwidth_accounting\trust_calculation\test_graph_positioning.py . [ [33](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:34)%]
.                                                                        [ 33%]
src\tribler\core\components\libtorrent\tests\test_download_config.py ... [ 33%]
......                                                                   [ 33%]
src\tribler\core\utilities\tests\test_rest_utils.py ..............       [ [35](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:36)%]
src\tribler\core\utilities\tests\test_utilities.py ...................s. [ [36](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:37)%]
......                                                                   [ [37](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:38)%]
src\tribler\core\components\gigachannel\tests\test_gigachannel_component.py . [ 37%]
                                                                         [ 37%]
src\tribler\core\components\metadata_store\tests\test_channel_metadata.py . [ 37%]
...............................                                          [ [40](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:41)%]
src\tribler\core\components\restapi\rest\base_api_test.py .              [ 40%]
src\tribler\core\sentry_reporter\tests\test_sentry_scrubber.py ......... [ [41](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:42)%]
....................................                                     [ [44](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:45)%]
src\tribler\core\components\knowledge\rules\tests\test_rules_content_items.py . [ 44%]
.....                                                                    [ 44%]
src\tribler\core\components\metadata_store\db\tests\test_torrent_metadata.py . [ 44%]
...................                                                      [ [46](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:47)%]
src\tribler\core\components\metadata_store\restapi\tests\test_channels_endpoint.py . [ 46%]
........................................                                 [ [50](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:51)%]
src\tribler\core\sentry_reporter\tests\test_sentry_reporter.py ......... [ 50%]
...................                                                      [ [52](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:53)%]
src\tribler\core\components\key\tests\test_key_component.py .....        [ 52%]
src\tribler\core\components\torrent_checker\torrent_checker\tests\test_tracker_manager.py . [ [53](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:54)%]
........                                                                 [ 53%]
src\tribler\core\components\knowledge\tests\test_knowledge_component.py . [ 53%]
                                                                         [ 53%]
src\tribler\core\utilities\tests\test_patch_import.py ......             [ [54](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:55)%]
src\tribler\core\components\bandwidth_accounting\tests\test_database.py . [ 54%]
........                                                                 [ [55](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:56)%]
src\tribler\core\components\metadata_store\restapi\tests\test_search_endpoint.py . [ 55%]
........                                                                 [ 55%]
src\tribler\core\components\libtorrent\tests\test_libtorrent_settings.py . [ [56](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:57)%]
...                                                                      [ 56%]
src\tribler\core\components\restapi\tests\test_restapi_component.py .... [ 56%]
                                                                         [ 56%]
src\tribler\core\utilities\tests\test_osutils.py .......                 [ [57](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:58)%]
src\tribler\core\components\tests\test_base_component.py ..........      [ [58](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:59)%]
src\tribler\core\components\libtorrent\tests\test_libtorrent_component.py . [ 58%]
                                                                         [ 58%]
src\tribler\core\components\metadata_store\category_filter\tests\test_family_filter.py . [ 58%]
...                                                                      [ 58%]
src\tribler\core\components\payout\tests\test_payout_manager.py .....    [ 58%]
src\tribler\core\components\ipv8\tests\test_ipv8_health_manager.py ..... [ [59](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:60)%]
..                                                                       [ 59%]
src\tribler\core\components\reporter\tests\test_reporter_component.py .  [ 59%]
src\tribler\core\components\reporter\tests\test_exception_handler.py ... [ 59%]
.......                                                                  [ [60](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:61)%]
src\tribler\core\components\resource_monitor\tests\test_resource_monitor_component.py . [ 60%]
                                                                         [ 60%]
src\tribler\core\components\restapi\rest\tests\test_shutdown_endpoint.py . [ 60%]
                                                                         [ 60%]
src\tribler\core\components\socks_servers\socks5\tests\test_conversion.py . [ 60%]
...                                                                      [ [61](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:62)%]
src\tribler\core\components\gigachannel\community\tests\test_sync_strategy.py . [ 61%]
..                                                                       [ 61%]
src\tribler\core\components\tunnel\tests\test_tunnel_settings.py .       [ 61%]
src\tribler\core\components\metadata_store\restapi\tests\test_metadata_endpoint.py . [ 61%]
..........                                                               [ [62](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:63)%]
src\tribler\core\utilities\tests\test_maketorrent.py ..                  [ 62%]
src\tribler\core\components\knowledge\rules\tests\test_rules_general_tags.py . [ 62%]
................                                                         [ [64](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:65)%]
src\tribler\core\components\tunnel\tests\test_full_session\test_tunnel_community.py s [ 64%]
s                                                                        [ 64%]
src\tribler\core\components\restapi\rest\tests\test_settings_endpoint.py . [ 64%]
.....                                                                    [ 64%]
src\tribler\core\components\restapi\rest\tests\test_debug_endpoint.py .. [ 64%]
......s....                                                              [ [65](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:66)%]
src\tribler\core\components\metadata_store\tests\test_metadata_store_component.py . [ 65%]
                                                                         [ 65%]
src\tribler\core\components\bandwidth_accounting\tests\test_bandwidth_endpoint.py . [ [66](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:67)%]
.                                                                        [ 66%]
src\tribler\core\components\libtorrent\restapi\tests\test_torrentinfo_endpoint.py . [ 66%]
..                                                                       [ 66%]
src\tribler\core\components\popularity\tests\test_popularity_component.py . [ 66%]
                                                                         [ 66%]
src\tribler\core\components\version_check\tests\test_version_check_component.py . [ 66%]
                                                                         [ 66%]
src\tribler\core\components\socks_servers\socks5\tests\test_server.py .. [ 66%]
.....                                                                    [ [67](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:68)%]
src\tribler\core\components\libtorrent\tests\test_download_state.py .... [ 67%]
                                                                         [ 67%]
src\tribler\core\components\knowledge\community\tests\test_operations_requests.py . [ 67%]
....                                                                     [ 67%]
src\tribler\core\utilities\tests\test_path_utils.py ..                   [ [68](https://github.com/Tribler/tribler/actions/runs/3369426943/jobs/5589266947#step:6:69)%]
src\tribler\core\components\tunnel\tests\test_discovery.py ....          [ 68%]
src\tribler\core\components\bandwidth_accounting\tests\test_transaction.py . [ 68%]
.                                                                        [ 68%]
src\tribler\core\utilities\tests\test_dependencies.py ....               [ 68%]
src\tribler\core\components\libtorrent\tests\test_torrent_def.py 
Error: The action has timed out.

@drew2a
Copy link
Contributor Author

drew2a commented Nov 2, 2022

============================= test session starts ==============================
platform linux -- Python 3.8.14, pytest-7.1.2, pluggy-1.0.0
Using --randomly-seed=2270767339
rootdir: /home/runner/work/tribler/tribler, configfile: pytest.ini
plugins: freezegun-0.4.2, aiohttp-1.0.4, profiling-1.7.0, timeout-2.1.0, anyio-3.3.4, mock-3.7.0, randomly-3.11.0, asyncio-0.[18](https://github.com/Tribler/tribler/actions/runs/3378892431/jobs/5609715707#step:4:19).3, Faker-14.1.0, looptime-0.2
timeout: 300.0s
timeout method: signal
timeout func_only: False
asyncio: mode=auto
collected 1151 items

src/tribler/core/components/ipv8/tests/test_discovery_booster.py ....    [  0%]
src/tribler/core/components/ipv8/eva/tests/test_exceptions.py .......... [  1%]
                                                                         [  1%]
src/tribler/core/components/popularity/tests/test_popularity_component.py . [  1%]
                                                                         [  1%]
src/tribler/core/components/tunnel/tests/test_tunnel_component.py .      [  1%]
src/tribler/core/components/restapi/rest/tests/test_rest_manager.py .... [  1%]
.                                                                        [  1%]
src/tribler/core/utilities/tests/test_process_checker.py ............... [  3%]
................                                                         [  4%]
src/tribler/core/tests/test_check_os.py ....                             [  4%]
src/tribler/core/components/torrent_checker/torrent_checker/tests/test_tracker_manager.py . [  4%]
Error: The action has timed out.

@drew2a
Copy link
Contributor Author

drew2a commented Dec 1, 2022

Seems to be fixed.

@drew2a
Copy link
Contributor Author

drew2a commented Nov 21, 2023

All information about timeout tests is listed here: #7706

@drew2a drew2a closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant