Post AKMRmkBOnuBMwCD2n2 by janriemer@mastodon.technology
(DIR) More posts by janriemer@mastodon.technology
(DIR) Post #AKMRmkBOnuBMwCD2n2 by janriemer@mastodon.technology
2022-06-10T15:47:52Z
0 likes, 0 repeats
Hm :rust_thinking: ...when I run my multi-threaded Rust lib on my Notebook (two cores with Hyperthreading) everything works fine.When I run it in #GitLab CI's hosted runners, it deadlocks everytime at the exact same test (runners only have one thread).😬 This shows how important CI or, more general, testing in multiple different environments is!Not everyone has a multicore computer!#Rust #RustLang #Concurrency #Deadlock #CI #ContinuousIntegration #UnitTest