rhythmic-glass-66959
12/09/2024, 1:38 PM./cargo test runs successfully most of the time. It sometimes gives me these errors:
failures:
channel::tests::plain_client_request_test
channel::tests::tls_client_request_test
channel::tests::tls_mtls_client_request_test
tests::user_agent_is_set_correctly
tls::test::test_client_auth_cert_resolver_is_configured
Some targets failed when running ./pants test ::, mainly related to Python 3.8 requirements. Sometimes the process got killed by the OS with Out of space Exception. Probably because to my humble setup.
You can review my work here: https://github.com/erjac77/pants/tree/feature/add-devcontainer/.devcontainer
Let me know if you'd like me to open a pull request. Thank you.happy-kitchen-89482
12/09/2024, 8:38 PMrhythmic-glass-66959
12/09/2024, 9:25 PMdevcontainer.json file in the project to tell VS Code how to access (or create) a development container with a well-defined tool and runtime stack. No need to publish to dockerhub! You can learn more about Dev Containers here. I'll open a PR and post in #C046T6T9U for feedback.rhythmic-glass-66959
12/09/2024, 9:27 PMrhythmic-glass-66959
12/09/2024, 9:32 PMhappy-kitchen-89482
12/10/2024, 12:08 AMrhythmic-glass-66959
12/10/2024, 1:30 AMhappy-kitchen-89482
12/11/2024, 5:57 PMhappy-kitchen-89482
12/11/2024, 5:59 PMrhythmic-glass-66959
12/12/2024, 1:08 PMhappy-kitchen-89482
12/12/2024, 4:12 PM