-
Notifications
You must be signed in to change notification settings - Fork 43
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
docs(#200): add k3s pod api example #202
base: main
Are you sure you want to change the base?
Conversation
7989bb4
to
660cb62
Compare
whoever approved the workflow beforehand; thanks. can you please do it again? I was unable to build this community modules project locally up until now, but managed to do so now. for anyone running into problems with rdkafka = { version = "0.36", features = ["cmake-build"] } cc: @DDtKey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution and example! 🙏
whoever approved the workflow beforehand; thanks. can you please do it again?
Done ✅
660cb62
to
fb47ba1
Compare
@DDtKey here come some more findings.. I did only manage to run multiple tests using if you don't do that and run the tests in parallel you'll run into the exact same error that happened in the last "test (stable)" job. it's quit reproducible! I think in around 10 times I ran it locally it never passed. on the other hand, the error initially reported in #200 did no longer occur. that's good 😉 however, that also means I have to double-check the code in my other project - that's less good haha finally, I've used the and finally, thanks for all your patience! it's my first rust project contribution ❤️ I've already learned a lot again. edit: one addition; maybe the documentation should be completed with the hint that there seem to be problems with running tests using |
example using the k8s pod api. also showcases running multiple k3s tests is only possible in serial (see `serial_test` crate).
fb47ba1
to
e271e07
Compare
reproducer for #200.. let's see if I am the honk 😜