My current job provided me with a test env that has half the resourse allocation of production, and it immediately runs out of RAM when you try to use it…
this. the test environments we have need to be built manually and they haven’t been rebuilt in ages.
apparently it was a multi month project to get it setup in the first place. nothing like trying to recreate a bug in dev and finding out there’s 1000 lines of different code in the sandbox (that’s also misbehaving but in new and fascinating ways)
Only the lucky few have a test env separate to the production env.
My current job provided me with a test env that has half the resourse allocation of production, and it immediately runs out of RAM when you try to use it…
Mine is like 3 years out of date to prod.
this. the test environments we have need to be built manually and they haven’t been rebuilt in ages.
apparently it was a multi month project to get it setup in the first place. nothing like trying to recreate a bug in dev and finding out there’s 1000 lines of different code in the sandbox (that’s also misbehaving but in new and fascinating ways)
I use a sample for tests, not the full set