Spotting flaky tests
https://tejasbubane.github.io/posts/2022-11-08-spotting-flaky-tests?utm_source=rubyflow
Version 0.79
of
Game of Trees
has been released (and the port
updated):
* got 0.79; 2022-11-08 - repair build on OpenBSD/sparc64 (patch by Ted Bullock) - fix crash in gotd if client gets disconnected on error (reported by Mikhail) - fix crash in got-send-pack when server does not announce any capabilities - make gotd work as intended on an empty repository - prevent freeing of bogus pointers in got_inflate_end() and got_deflate_end() - reduce delta cache size to avoid running out of memory on large pack files - add missing free of delta buffers in several error paths - make 'got clone -b' work for repositories which lack a valid HEAD reference - use sub-second precision when checking for objects/pack/ modification - fix capabilities announced by gotsh when no references exist in repository
New System Security Services Daemon (SSSD) features in RHEL 8.6 and 9.0 make it easier to troubleshoot identity management problems. Read More at Enable Sysadmin
The post 3 ways SSSD logging improvements make sysadmins’ lives easier appeared first on Linux.com.
Joy Cho is the founder and creative director of the lifestyle brand and design company Oh Joy! For two years in a row, she was named one of Time’s 30 Most Influential People on the Internet and has the most followed account on Pinterest with over 15 million followers. You can also follow her on […]
The post How to talk to kids about social media appeared first on The Mozilla Blog.
#JayantPatil #AshishJadhao #ToThePoint #Lokmat #maharashtranews
Subscribe to Our Channel
https://www.youtube.com/user/LokmatNews?sub_confirmation=1
आमचा video आवडल्यास धन्यवाद. Like, Share and Subscribe करायला विसरू नका!
मित्रांसोबत गप्पा मारताना विश्वसनीय, संशोधनावर आधारीत माहिती सादर करायची असेल तर लोकमतचे चॅनल सबस्क्राईब करा. कारण या चॅनलवर तुम्हाला पाहायला मिळतील अतिशय अभ्यासू, वेगळ्या अँगलच्या बातम्या ! राजकारण, क्राईम, मनोरंजन आणि क्रीडा क्षेत्रातील अनुभवी पत्रकार तुमच्यासाठी आणत आहेत दर्जेदार आणि जाणते करणाऱ्या बातम्या….
Click Here For Latest News & Updates►http://www.lokmat.com
To Stay Updated Download the Lokmat App►
Android Google Play: http://bit.ly/LokmatApp
Like Us On Facebook ► https://www.facebook.com/lokmat
Follow Us on Twitter ►https://twitter.com/MiLOKMAT
Instagram ►https://www.instagram.com/milokmat
Martin Pieuchot (mpi@) has
committed
a change unlocking the
mmap(2),
munmap(2),
and
mprotect(2)
system calls:
CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/11/08 04:05:57 Modified files: sys/kern : syscalls.master Log message: Mark mmap(2), munmap(2) and mprotect(2) as NOLOCK. Accesses to data structures used by these syscalls are serialized by the VM map lock with the exception of file mappings which are still protected by the KERNEL_LOCK(). Unlocking this set of syscalls improves most of userland workloads. Tested by many including robert@ (since 2 years), mlarkin@, kn@, sdk@, jca@, aoyama@, naddy@, Scott Bennett and others. Thanks to all! Joint work with kn@. ok robert@, aja@, kettenis@, kn@, deraadt@, beck@
The improvement in workload performance can
be quite marked.
Following Martin’s
request for testing,
Mike Larkin (mlarkin@)
reported build performance improvement of over 12%!
Relational databases don’t work well with time-series data. This tutorial shows you how to use InfluxDB to analyze data that is gathered over time. Read More at Enable Sysadmin
The post How to analyze time-series data with Python and InfluxDB appeared first on Linux.com.