Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Testing code that is not just about to go to production in. the next release can be extremely useful. If you deploy code from a more experimental branch to Integration, can you later reliably. deploy the current code from master? Or is the Integration environment somehow tainted by the experimental deploy? Can you revert the Integration environment to a known base state after testing experimental code? Commented Jun 15, 2020 at 15:55
  • I agree that testing developmental code in non-dev environments is very useful. Yes, we can deploy various versions of the code without impacting other versions when they are deployed. eg: There is no code-first DB update applied. Commented Jun 16, 2020 at 5:44
  • 1
    Would be nice to know why this got 2 close votes. Commented Jun 16, 2020 at 5:44