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

test out watchdog bad file descriptor fix #11710

Closed
wants to merge 1 commit into from

Conversation

altendky
Copy link
Contributor

@altendky altendky mentioned this pull request May 30, 2022
1 task
@altendky
Copy link
Contributor Author

Will kick CI... some number of times, I dunno. Since the issue was flaky.

@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky
Copy link
Contributor Author

https://github.com/Chia-Network/chia-blockchain/runs/6662711872?check_suite_focus=true

=================================== FAILURES ===================================
________ test_farmer_get_harvesters_and_summary[get_harvesters_summary] ________
[gw0] linux -- Python 3.8.12 /home/runner/work/chia-blockchain/chia-blockchain/venv/bin/python
tests/core/test_farmer_harvester_rpc.py:145: in test_farmer_get_harvesters_and_summary
    await time_out_assert(10, non_zero_plots)
tests/core/test_farmer_harvester_rpc.py:140: in non_zero_plots
    res = await harvester_rpc_client.get_plots()
chia/rpc/harvester_rpc_client.py:16: in get_plots
    return await self.fetch("get_plots", {})
chia/rpc/rpc_client.py:46: in fetch
    response.raise_for_status()
venv/lib/python3.8/site-packages/aiohttp/client_reqrep.py:1004: in raise_for_status
    raise ClientResponseError(
E   aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://localhost:41529/get_plots')

@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky
Copy link
Contributor Author

https://github.com/Chia-Network/chia-blockchain/runs/6671371731?check_suite_focus=true

=================================== FAILURES ===================================
___________ TestSimpleSyncProtocol.test_subscribe_for_hint_long_sync ___________
tests/wallet/simple_sync/test_simple_sync_protocol.py:629: in test_subscribe_for_hint_long_sync
    await time_out_assert(15, full_node_api_1.full_node.blockchain.get_peak_height, node0_height)
E   AssertionError: Timed assertion timed out after 15 seconds: expected 104, got 69

https://github.com/Chia-Network/chia-blockchain/runs/6671372781?check_suite_focus=true

=================================== FAILURES ===================================
__________ test_create_signed_transaction[True-output_args0-0-False] ___________
tests/wallet/rpc/test_wallet_rpc.py:332: in test_create_signed_transaction
    push_res = await full_node_rpc.push_tx(spend_bundle)
chia/rpc/full_node_rpc_client.py:204: in push_tx
    return await self.fetch("push_tx", {"spend_bundle": spend_bundle.to_json_dict()})
chia/rpc/rpc_client.py:[49](https://github.com/Chia-Network/chia-blockchain/runs/6671372781?check_suite_focus=true#step:10:50): in fetch
    raise ValueError(res_json)
E   ValueError: {'error': "'dict' object has no attribute 'startswith'", 'success': False}

@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@altendky altendky closed this May 31, 2022
@altendky altendky reopened this May 31, 2022
@github-actions
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the merge_conflict Branch has conflicts that prevent merge to main label Jun 13, 2022
@altendky altendky closed this Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge_conflict Branch has conflicts that prevent merge to main
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant