India’s First Hydrogen Fuel Cell Car Testing Completed: Ready For Production? "The tech has a great future and owing to its indigenous development, is expected to be more commercially viable than ever before. It is an important tech that will help India significantly reduce pollution..." drivespark.com/four-wheel…
πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/chopchopped
πŸ“…︎ Feb 01 2021
🚨︎ report
Advice on continuous integration of mysql from development to testing and into production

We have a small dev team of 3 growing to 5 very soon, we currently have a file in git with our database changes. We have local instances of mysql on our machines, on our staging server running jenkins and live.

What are the best practices for keeping databases in sync with code base changes across all stages of development? What are the best tools for version control? Do you have any advice on implementation? Are there any good websites/books/videos that you can recommend?

Many thanks

Something like this maybe?

https://www.red-gate.com/hub/product-learning/sql-change-automation/moving-from-application-automation-to-true-devops-by-including-the-database

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/whereMadnessLies
πŸ“…︎ Jan 27 2020
🚨︎ report
Question: If Salesforce Scratch Orgs are used for development and testing. How do I push it to production?

Hi, I am a current intern at an Salesforce consulting company. I am learning about Salesforce and I have a question in regards to Salesforce Orgs. If I have a Scratch Org and I finish testing and development and I want it to be pushed to production. Do I push the scratch org to a production org? Or does the scratch org turn into a production org? Many thanks if I am totally getting this wrong and for correcting me

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/therealruntzguy
πŸ“…︎ Jan 25 2020
🚨︎ report
30 minute video showing the development and production of the BMW Sauber F1 car (Engine, Chassis, Aero, Assembly and Testing) youtube.com/watch?v=HLj1F…
πŸ‘︎ 60
πŸ’¬︎
πŸ‘€︎ u/cyanide
πŸ“…︎ Jul 02 2019
🚨︎ report
Spain: Iberdrola to add hydrogen production to 100-MW Puertollano solar project. "Puertollano, a city in the Castile-La Mancha region, is home to Spain’s national hydrogen centre CNH2, a research and development (R&D) and testing facility." renewablesnow.com/news/ib…
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/chopchopped
πŸ“…︎ Mar 17 2020
🚨︎ report
For the next attack? US subtly accuses Syria of biological warfare: "This military facility was a Syrian center for the research, development, production and testing of chemical and biological warfare technology." defense.gov/News/Transcri…
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/shiny_debris
πŸ“…︎ Apr 15 2018
🚨︎ report
XYO, a geospatial crypto network, today announced it has partnered with Microsoft to make available a future-ready resource for development, testing, and production of decentralized blockchain apps. coinfi.com/news/484423/xy…
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/stevieyongieg
πŸ“…︎ Mar 01 2019
🚨︎ report
Is regular System.IO.FileLoadExceptions during development and testing likely to affect production?

> Could not load file or assembly 'Microsoft.Owin.Security' or one of its dependencies. The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

I'm getting this sort of error almost every time I start debugging through Visual Studio's debugger using IIS Express. The errors are always the same. Couldn't load file or assembly x or one of its dependencies... Almost always the file or assembly in question is different from the previous time when the exception occurred.

Writing this post, its occurred to me that the problem has only happened since I started using Visual Studio 15 Preview 2 though if that's got nothing to do with it, then is it possible this is something that IIS Express is doing weird?

Could this impact my site when I upload it to the production server?

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/ortund
πŸ“…︎ Jun 20 2016
🚨︎ report
Is it OK to have some development/testing code mixed in with my production code? Or should I really strive to keep all dev/testing code out of production?

Hi all. I'm building an app which runs in the browser, but I'm doing some unit testing of my logic in NodeJS (using Tape). As such, I now have some code added to my app code base which is needed only for testing/development, as in the code snippet below. In that code snippet, the else{} portion of the conditional is really needed only for testing/development. Is this mixing-of-testing-and-production-code the correct way to structure my testing? Or should I be organizing things a bit differently, to perhaps keep testing code completely separate from production?

Something about having development-only code mixed in with final production code seems like I'm going about this the wrong way. If so, what are typical ways to resolve the issue? Maybe during development/testing I can assign some debug variable to true, and if so, all my development/testing code is properly inserted/called?

Thanks in advance.


My Code

let functionConstants = {}
if (typeof constants !== 'undefined' && constants) {
  // If constants{} has already been set, it means code is running in a browser, so I can easily assign functionConstants = constants.
  functionConstants = constants
  } else {
  // If constants{} has not yet been set, it means code is running in Node, so I have to first require the file constants.js, then assign functionConstants to that value.
  functionConstants = require('./constants.js').constants
}
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/cag8f
πŸ“…︎ Jun 15 2020
🚨︎ report
Facts about the development and testing of the new Mercedes-Benz EQC: We're powering up: EQC on schedule for the start of series production media.daimler.com/marsMed…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/chopchopped
πŸ“…︎ May 09 2018
🚨︎ report
For the next attack? US subtly accuses Syria of biological warfare: "This military facility was a Syrian center for the research, development, production and testing of chemical and biological warfare technology." defense.gov/News/Transcri…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/shiny_debris
πŸ“…︎ Apr 15 2018
🚨︎ report
How much should you realistically spend on a prototype for smoke testing and customer development purposes to find out willingness to pay before you engineer an actual product?

Prototyping can get expensive fast and free DIY options only go so far. How much should you realistically spend on a prototype for smoke testing and customer development purposes to find out willingness to pay before you engineer an actual product? Thanks

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Far-Tale-258
πŸ“…︎ Oct 16 2021
🚨︎ report
When your company insists on using production data for Development & Testing
πŸ‘︎ 36
πŸ’¬︎
πŸ‘€︎ u/Datadog19
πŸ“…︎ Jul 11 2019
🚨︎ report
Modern Web Development Setup - Acceptance Testing Using Kontena

This is the fifth article in the Modern Web Development Setup series by Kontena Community blogger Juha KΓ€rnΓ€.

Introduction In this article we'll continue setting up the CI/CD system. We'll setup Kontena-based acceptance testing environments into UpCloud and configure them into our Shippable CI/CD pipeline.

Acceptance Test Environment Setup New Kontena Environment Creation To start with, we'll create acceptance testing CI (atci) and acceptance testing environments. The atci environment is meant for running automated acceptance tests and the acceptance testing environment is meant for manual acceptance testing:

$ kontena grid create atci
$ kontena upcloud node create --grid atci --username 
<upcloud_username> --password <upcloud_password> --ssh-key 
~/.ssh/id_rsa_upcloud.pub --zone de-fra1
$ kontena grid create acceptance-testing
$ kontena upcloud node create --grid acceptance-testing --
username <upcloud_username> --password 
<upcloud_password> --ssh-key ~/.ssh/id_rsa_upcloud.pub --zone 
de-fra1

We'll follow the setup according to the test environment setup in previous articles. We'll set up the acceptance testing environments under at. and atci. subdomains.

Before integrating the environments with the CI/CD it's good to make sure everything is working as expected by making a manual deployment after everything is set. So at this point we'll write the needed variables into the Vault using the acceptance-testing-ci and acceptance-testing grids. We'll also configure the DNS records, setup Let's Encrypt certificates and make sure the services work well after manual deployments.

Acceptance Tests Tech Selection and Setup

There are several viable tech choices for implementing automated acceptance tests for JavaScript applications. Selenium based solution are quite popular, but there are also interesting alternatives like Nightmare.js. Nightmare.js uses Electron under the hood, supports headless mode and runs tests very fast compared to many other solutions. It's also quite an independent package and simple to setup for the environments we're using. It has some limitations - it's not possible to run the tests with different browsers out-of-the-box, for example - but in this project those are not major limitations.

Some frameworks support generic languages like Gherkin language to define the tests while some use their own DSL. I really like the idea of writing the tests usin

... keep reading on reddit ➑

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/saanak
πŸ“…︎ Jul 18 2017
🚨︎ report
90% Less DevOps effort - 15x Faster User Acceptance Testing - 40% Better developer productivity platform.sh/product
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/jtayloroconnor
πŸ“…︎ Apr 02 2019
🚨︎ report
Congress Must Move to Rapidly Increase Our Coronavirus Testing Capacity: Congress must force the President to utilize the Defense Production Act (DPA) to spur the development & allocation of tests, the raw materials necessary to produce those tests, & the protective equipment necessary... medium.com/@SenWarren/con…
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/shallah
πŸ“…︎ Mar 27 2020
🚨︎ report
"Prangler", a Plymouth Prowler development mule with a Wrangler body, used for mechanically testing the Prowler before production.
πŸ‘︎ 249
πŸ’¬︎
πŸ‘€︎ u/JP147
πŸ“…︎ Aug 10 2015
🚨︎ report
King oyster. I’ll be ramping up production and moving things into bigger bins but for now I’m testing some 6qt containers. Is this ready for fruiting conditions or should I let it get a little stronger?
πŸ‘︎ 4
πŸ’¬︎
πŸ“…︎ Dec 01 2021
🚨︎ report
Canada to Force Netflix, Amazon Prime to Pay for Local Content - Ottawa unveiled Bill C-10 to regulate and collect $800 million from foreign streaming platforms by 2023 to subsidize the development, production and distribution of local entertainment and cultural content. hollywoodreporter.com/new…
πŸ‘︎ 26k
πŸ’¬︎
πŸ‘€︎ u/chanma50
πŸ“…︎ Nov 03 2020
🚨︎ report
GitHub - Clivern/Peanut: 🐺 Deploy Databases and Services Easily for Development and Testing Pipelines. github.com/Clivern/Peanut
πŸ‘︎ 33
πŸ’¬︎
πŸ‘€︎ u/Clivern
πŸ“…︎ Oct 18 2021
🚨︎ report
Replicating a production server to VMs for testing/development? Best approach?

I was hoping to get /r/sysadmin's professional opinion on accomplishing the following:

I have a publicly facing production server I wish to mirror exactly to VMs such that we can test updates/develop without harming the real thing (which is physical and no intent to virtualize)

Currently I've used clonezilla to make an exact copy of it to a virtual machine but that obviously was never a long term solution. I know rsync exists but... it feels very wrong to have such a privileged account to rsync everything from files to configs even if it is key based.

tl;dr Thoughts on how I can replicate exactly a CentOS server with MySQL to a VM in a secure/sane fashion to test code/updates?

πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/mrkleen340
πŸ“…︎ Jan 11 2014
🚨︎ report
Junkers Ju 49, an experimental aircraft designed for high altitude flight and cabin pressurization technique testing first flown in 1931. Powered by a Junkers L88 V-12 engine, the experience gained on this aircraft lead to the development of pressurized military aircraft such as the Junkers Ju 86P. reddit.com/gallery/oy46j0
πŸ‘︎ 284
πŸ’¬︎
πŸ‘€︎ u/MrPlaneGuy
πŸ“…︎ Aug 04 2021
🚨︎ report
US has given $1 billion to AstraZeneca to advance the development and production of a COVID-19 vaccine: In return, the US expects 300 million doses of the vaccine to be made available by October, which is preparing to be tested in Phase 2 and 3 clinical trials. pharmafile.com/news/55017…
πŸ‘︎ 65
πŸ’¬︎
πŸ“…︎ Jun 01 2020
🚨︎ report
Mercedes-Benz w124 development - design, testing, pre-production, part 2 youtube.com/attribution_l…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/OldBenz
πŸ“…︎ Jun 02 2018
🚨︎ report
Kojima Productions confirms a new project is in development and is looking to hire the best-in-class talent to work out of our Tokyo Studio twitter.com/KojiPro2015_E…
πŸ‘︎ 7k
πŸ’¬︎
πŸ“…︎ Oct 22 2020
🚨︎ report
Just another day of acceptance testing
πŸ‘︎ 45
πŸ’¬︎
πŸ‘€︎ u/pollsizer
πŸ“…︎ Oct 12 2021
🚨︎ report
@joroulette - Sen. Cantwell, chair of the Senate commerce committee overseeing NASA, and senator from Blue Origin's home state, calls for a $10B boost to NASA's HLS program to "maintain competitiveness" by "funding design, development, testing, and evaluation for not fewer than 2 entities." twitter.com/joroulette/st…
πŸ‘︎ 147
πŸ’¬︎
πŸ‘€︎ u/LongOnBBI
πŸ“…︎ May 12 2021
🚨︎ report
Just started a new job with only a production environment. What is the proper way to setup a CF development/testing environment?

Currently there is no testing/development environment because we are a team of two. My boss was thinking of having my testing environment on my local machine, then push the finish code to production. He does not want to pay for another CF license if it's just me using it. He makes a valid point.What are your suggestions fellow Redditors?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/isurfbecause
πŸ“…︎ Jun 15 2012
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.