Hacker News new | past | comments | ask | show | jobs | submit login

you joke, but I have to constantly tell our devs "no, you can't have actual prod data to test your queries against"



Fine, as long as you can produce replacement data with the desired qualities.


it's called a test fixture.


Frequently data produced by hand (by developers writing the tests) or randomly generated (by something like quickcheck) does not have all the edge cases you would encounter in real data.

So there is some justification to having real data available - this is why in the finance space at least developer machines have relatively stringent restrictions placed on them compared to a lot of other organisations.


It must be a big test fixture to contain all the data of a production database.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: