Hello Mastodon!

Let us introduce ourselves.

At Devtank we design, manufacture, and provide solutions for businesses including:

#testandmeasurement
#IoT
#testfixtures

All with our own #opensource software and hardware!

Splitting into two core brands HILTOP and OpenSmartMonitor, we aim to make businesses smarter and sustainable!

https://devtank.co.uk/
https://opensmartmonitor.co.uk/
https://hiltop.co.uk/

Business Solutions | Devtank

Engineering business solutions for test, measurement and automation. Our award-winning business solutions enable greatness.

Devtank

@ervan Hmmm. I'd also make sure you don't have order-dependent tests, share file objects, or run specs that mutate your #database (including #PStore with ultra-safe locking) outside of a #DBtransaction you can abandon.

This is less about making the tests parallel or concurrent than about whether you're using #testfixtures that create #Heisenbugs. Using #testfactories, #tempfiles, or an #MVCC #DB could help you a lot there.