#heisenbugs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #heisenbugs, aggregated by home.social.
-
Fixing Java Thread & Database Connection Leaks For Fun & Profit:
https://news.ycombinator.com/item?id=39189749
https://synystron.substack.com/p/fixing-java-thread-and-database-connection#Java
#leaks
#threads
#threading
#concurrency
#dataraces
#databases
#connectionpools
#troubleshooting
#Heisenbugs
#programming
#softwareengineering -
#DrPeterRanzinger, in thoughts so #agile,
Unraveling #Heisenbugs with a smile,
Telecom tales, in code I narrate,
#AgileCheese, innovation's fate,
In the capacitor of innovation, I soar,
#AgileThinking, always wanting more,
#cheese in my code, a savory dance,
#DrRanzinger, coding's trance. -
HIRE ME
I have some avail
remote
contractor at first. salary/direct possible after we "date" a bit
weekly rates
heavy discount for first 2 week trial. then weeks 3+ rise to normal market. tho will honor a freezed quote for it, for you, up to 40 weeks
#hireme
#Fedihire
#getfedihired
#avail#golang
#c
#clang
#python
#java
#programming
#performance
#scalability
#rescues
#rewrites
#refactors
#Heisenbugs
#troubleshooting
#reliability
#uptime
#distributed
#threading
#concurrency
#latency
#FOSS -
@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.