Notices tagged with testing
-
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Wednesday, 05-Aug-2020 20:22:52 EDT Dr. Roy Schestowitz (罗伊) "OpenShift CI forces frequent leader elections to specifically catch these issues before they get to customers." #fedora #deletegithub #sandbox #testing #ibm https://blogs.gnome.org/dcbw/2020/08/05/kubernetes-watches-will-ghost-you-without-warning/ -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Friday, 31-Jul-2020 16:41:23 EDT Dr. Roy Schestowitz (罗伊) What Is Fuzz Testing? A Guide. https://builtin.com/software-engineering-perspectives/fuzz-testing #programming #testing #security In conversation from pleroma.site permalink Attachments
-
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Monday, 06-Jul-2020 12:03:50 EDT Dr. Roy Schestowitz (罗伊) #Linux #Kernel Plumbers Conference: #Testing and #Fuzzing Microconference Accepted into 2020 Linux Plumbers Conference https://www.linuxplumbersconf.org/blog/2020/testing-and-fuzzing-microconference-accepted-into-2020-linux-plumbers-conference/ In conversation from pleroma.site permalink Attachments
-
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Thursday, 28-May-2020 22:12:41 EDT Dr. Roy Schestowitz (罗伊) Peeking Inside Executables And Libraries To Make Debugging Easier https://hackaday.com/2020/05/28/peeking-inside-executables-and-libraries-to-make-debugging-easier/ #programming #testing #debugging In conversation from pleroma.site permalink Attachments
-
clacke: inhibited exhausted pixie dream boy 🇸🇪🇭🇰💙💛 (clacke@libranet.de)'s status on Friday, 15-May-2020 11:21:06 EDT clacke: inhibited exhausted pixie dream boy 🇸🇪🇭🇰💙💛 > Six Principles of Readable Tests - David Seddon
testandcode.com/112
I think I agreed with every single thing said here, both by Seddon and by Okken. I've come to the same conclusions myself.
But I still got something beyond reaffirmation: Hearing them spell it out will probably help me communicate these thoughts to others, and in their discussion they also revealed a trick or two that I'll put in my pocket for my next test suite.
#testing #testandcodeIn conversation from libranet.de permalink -
clacke: inhibited exhausted pixie dream boy 🇸🇪🇭🇰💙💛 (clacke@libranet.de)'s status on Wednesday, 18-Sep-2019 18:51:31 EDT clacke: inhibited exhausted pixie dream boy 🇸🇪🇭🇰💙💛 framapiaf.org/@Moini/102812730… ♲ @Moini@framapiaf.org: The Inkscape Project has just released a beta version for the upcoming Inkscape 1.0!
Find it here for testing:
inkscape.org/release/inkscape-…
(.dmg, Appimage, Windows binary and source code currently available)
#inkscape #testing #flossIn conversation from libranet.de permalink -
Moini (moini@framapiaf.org)'s status on Wednesday, 18-Sep-2019 05:09:23 EDT Moini The Inkscape Project has just released a beta version for the upcoming Inkscape 1.0!
Find it here for testing:
https://inkscape.org/release/inkscape-1.0beta1/(.dmg, Appimage, Windows binary and source code currently available)
In conversation from framapiaf.org permalink -
Nextcloud 📱☁️💻 (nextcloud@mastodon.xyz)'s status on Thursday, 22-Aug-2019 06:05:07 EDT Nextcloud 📱☁️💻 Nextcloud 17 Beta 2 is out! https://nextcloud.com/blog/nextcloud-17-beta-2-is-out/ #nextcloud #community #release #testing #news
In conversation from mastodon.xyz permalink Attachments
-
Chris (brainblasted@social.libre.fi)'s status on Sunday, 11-Aug-2019 01:28:30 EDT Chris #testing #hashtags #in #Social and #Tootle In conversation from social.libre.fi permalink -
David Hunt (davehunt@social.mayfirst.org)'s status on Sunday, 04-Aug-2019 12:13:01 EDT David Hunt I just updated the thinkpad's #Debian from #Buster to #Testing without apparent mishap. #GNU #Linux Safe to do same on probook? Maybe that one should be a clean install of Testing, since it was an in-place upgrade from Stretch to Buster, and there may be cruft from Stretch, as it is. In conversation from social.mayfirst.org at 42°22'21"N 71°10'53"W permalink -
Manjaro ARM :manjaro: (manjaroarm@linuxrocks.online)'s status on Thursday, 04-Jul-2019 13:48:14 EDT Manjaro ARM :manjaro: Manjaro ARM now has working 64-bit images for the Raspberry Pi 4.
These images are 64-bit only, so no 32-bit stuff.The images are not ready for regular use yet, so we are keeping them internal, unless you want them for testing (in that case PM us).
They still lack at least Bluetooth and GPU acceleration.In conversation from linuxrocks.online permalink -
musicman (musicman@nu.federati.net)'s status on Thursday, 16-May-2019 21:51:27 EDT musicman comparing variables in bash is ok, but it seems like bash is deciding total is not an int. variables in bash are not typed, but total only has numerals.
I can test simple math outside of the loop on $total and it doesn't work.
I was using a variable name that made sense, but all the examples use i, so I just went with that.
#/bin/bash
total=`./total.sh | awk '{ print $2 }'`
echo $total
i=0
#testing another method
while [ $i < $total ]
do
curl -X POST https://sandbox.plaid.com/institutions/get -H 'Content-Type: application/json' --data @<(cat <<EOF
{
"client_id": "5cc312cee54277001312d232",
"secret": "",
"count": 1,
"offset": $i
}
EOF
)
echo $i
((i++))
doneIn conversation from nu.federati.net permalink -
Nextcloud 📱☁️💻 (nextcloud@mastodon.xyz)'s status on Friday, 12-Apr-2019 02:05:03 EDT Nextcloud 📱☁️💻 Nextcloud 16 Release Candidate 1 is here, help test! https://nextcloud.com/blog/nextcloud-16-release-candidate-1-is-here-help-test/ #nextcloud #community #testing
In conversation from mastodon.xyz permalink Attachments
-
Brian Ó (blacksam@social.gibberfish.org)'s status on Wednesday, 06-Mar-2019 19:29:39 EST Brian Ó I set up a Gitlab CI job on my pod_feeder project to do an actual test post on every commit, using a real RSS feed and posting to a real D* pod, so I can see the results for myself. Gitlab even stores the credentials for my test account so I don't need to hard-code them in the repo. I'm impressed. The tools keep getting better and keep staying free.
In conversation from social.gibberfish.org permalink -
David Hunt (davehunt@social.mayfirst.org)'s status on Tuesday, 04-Dec-2018 22:50:38 EST David Hunt Is it the case that #Debian #Testing branch no longer runs pulseautio at the start of the x session on a newly-installed system? This would break #GUI #a11y for people who need synthetic speech for output. User can install and set up the missing parts, but, it's extra work. In conversation from social.mayfirst.org at 42°22'46"N 71°11'33"W permalink -
deutrino (dev) (deutrino@wolf359.deutrino.net)'s status on Wednesday, 28-Nov-2018 01:40:29 EST deutrino (dev) load above 1.0 and climbing! two little 900MHz ARM A7 cores! boost to make them earn their keep!! #testing In conversation from wolf359.deutrino.net permalink -
Mark Shane Hayden (msh@coales.co)'s status on Wednesday, 21-Nov-2018 01:22:38 EST Mark Shane Hayden @dansup it's the six million dollar doggo!
#testing lol
In conversation from coales.co permalink -
Bob Jonkman (bobjonkman@gs.jonkman.ca)'s status on Tuesday, 20-Nov-2018 18:29:24 EST Bob Jonkman Even if you're going for desktop use, stick with #Debian #Stable. I tried Debian #Testing with some clients (customers, not apps), and they had weird problems that I couldn't reproduce on my system. Also, the #Testing updates are massive and frequent. In conversation from web permalink -
˗ˏˋ Doug Belshaw ˎˊ˗ 🇪🇺☠️✊ (dajbelshaw@mastodon.social)'s status on Wednesday, 07-Nov-2018 06:46:25 EST ˗ˏˋ Doug Belshaw ˎˊ˗ 🇪🇺☠️✊ Testing MoodleNet sign-ups: https://blog.moodle.net/2018/testing-moodlenet-sign-ups/
Want to help us test the way people register for MoodleNet? Here's what to do.
In conversation from mastodon.social permalink -
Mycroft 🇪🇺 (mycroft@mastodon.social)'s status on Saturday, 13-Oct-2018 12:40:18 EDT Mycroft 🇪🇺 #sdaps_web seems to be "ready" for #python #webframework #django 2.1 . And this is just the start! We want to do #testing and create a really nice #userinterface https://github.com/sdaps/sdaps_web If you're interested, join us in the #irc channel that's also bridged to #matrix https://sdaps.org
In conversation from mastodon.social permalink Attachments