- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Alex really owes us after yesterday.
(repost to get to top of page 2).
Admin
Admin
Admin
Admin
Well it was showing two results as the the testers would do the testing for single search in downtimes and marketing department would think that the actual transactions are being made and so they made the book popular and published another updated version which actually resulted in two results being fetched up..!
Admin
Thank You! Never put test data into your production database unless its going to get backed out ASAP. The entire reason you are using a database in the first place and not just scribbling into some txt file, is to have integrity. Part of integrity is not having bogus records in the data.
I once worked on a data warehouse project for a certain retailer. I spent a day trying to figure out why some numbers would not come out right. The reason one someone had put a product 'Bird Bath Brush' into the active inventory data that they did not actually sell. Apparently this was widely know in the transaction processing group but they neglected to tell us about it. Why they named it something that seemed real I don't know, you'd think they could have at least named it 'XX DELETE ME XX' or something but its still a dumb idea.
Admin
Admin
Pretty funny, especially since I had a pdf of Who's Got the Monkey on my desktop for years. Everyone should read it.
Admin
When we found that our test environment had accidentally pointed towards the production credit card service for a couple hours, we had the devs asking a very similar question - who the hell would use their own credit card in our test system, anyway? My response was "your boss does." There were a lot of phone calls to make sure nothing was entered during those few hours we were pointing at production.
Admin
So don't pay $25,000. Pay one cent. Unless you're specifically testing large amounts of money for some reason...?
Admin
TRWTF is that these test cases were being executed on production. If you add garbage data to a production environment, it will mess with real processes.
In this case, the hapless victims were Harvard's marketing.
Lesson: don't test on production, keep your testing safely hidden away!
Admin
When testing our purchasing system, I used to order gold bricks (big ones). Too bad that never made it to production.
Admin
I know folks are saying to use test credit card numbers, but we had one situation where the code handling (trapping) test credit cards was buggy, so I used some (spent) rebate credit cards. Charge won't go through, but if you've got one path that supposedly inserts the test credit card number in debug mode (and it doesn't do that all the time), well, that way my bank account doesn't get hosed.
In the above case, we had some code on the desktop application that ran a LUN check and would't pass known test credit cards to the server, and a server app that was supposed to insert test credit card numbers when in dev/debug mode and pass those to the actual server that ran the credit cards. It was a mess.
Admin
I believe this may be because of PCI Compliance.
Admin
Any why didn't the marketing department try to contact "Mr. Test Test" to get a good quote to put on the cover of the second edition? After all, he's the one who bought virtually every one of those "best seller" copies.
Admin
Admin
I'd be willing to bet the revised edition would never have been published without the fake sales.
Admin
As of end-of-year 2017, the top Google hit for "Who's Got the Monkey? best seller" is a 1999 Harvard Business Review article calling it "one of the top two downloaded articles in HBR history." I wonder what the other one was, and how its author feels about sharing the spotlight with monkey boy.