Questions tagged [code-freeze]

Code freeze is a part of the development lifecycle in which the version control system is locked, so new revisions of source files cannot be checked into the repository.

Code freeze is meant to enforce stability within the codebase of a software project by disallowing the introduction of changes. This ensures that manual and automated test results are consistent through the quality assurance cycle and that any defects within the software are not fixed in a haphazard fashion in preparation for a release.

References

10 questions
22
votes
9 answers

Misusing the term "Code Freeze"

I'm just curious if the community considers it acceptable to use the term "Code Freeze" for situations where we stop development except for testing and fixing bugs. Development Situation We're just finishing up our third and final sprint, which will…
Ryu
  • 8,641
  • 10
  • 65
  • 98
5
votes
5 answers

Are code freezes still relevant when using a continuous integration build setup?

I've used a Continuous Integration server in the past with great success, and hadn't had the need to ever perform a code freeze on the source control system. However, lately it seems that everywhere I look, most shops are using the concept of code…
casademora
  • 67,775
  • 17
  • 69
  • 78
4
votes
1 answer

Is there a liveness probe in Kubernetes that can catch when a python container freezes?

I have a python program that runs an infinite loop, however, every once in a while the code freezes. No errors are raised or any other message that would alert me something's wrong. I was wondering if Kubernetes has any liveness probe that could…
boblerbob
  • 149
  • 3
  • 9
4
votes
7 answers

Code Freeze when you aren't going to be finished

I am working on a project that has been running for a long period of time and we're coming up on a final release of the product. Current testing efforts have discovered there are about thirty defects left in the system, however we don't have time to…
Aidos
  • 2,753
  • 3
  • 27
  • 31
4
votes
5 answers

Code freeze in SVN - Build management

Is there a better way to implement code freeze in SVN than asking all developers to not check in any new code? We have CruiseControl running, which automatically deploys the latest build to environment. So if new code comes in, the build that was…
Akshay
  • 11,803
  • 5
  • 29
  • 26
1
vote
0 answers

IIS Webserver freezes after multiple tabs from website were opened

My IIS webserver freezes, when i open multiple tabs on firefox/chrome/etc. Im not sure, what it is. I think i have a problem with my SQL Server, though i`m using javascript to get live-data directly from the database. My Javascript fills in a span a…
huntr
  • 11
  • 1
0
votes
0 answers

Merge requests can be merged during a deploy freeze if it has a passed pipeline from before the freeze

I am having a problem where an MR can still be merged during freeze period if it has a passing pipeline from before the freeze. I have set up my .gitlab-ci.yml like below: code-freeze-check: stage: test script: - echo "No merge…
Seong Kim
  • 1
  • 1
0
votes
1 answer

Pygame : The game stops temporarily when I am moving the window

I'm a new in PyGame and I was making a game. Until I discovered that when you were moving the window to another place of your desktop for example, the game temporarily stops. But ticks of the game still running when I used…
0
votes
1 answer

Does codefreeze break the principles of continuous delivery?

Following below git-flow, Using CI/CD approach for SDLC, if a tagged commit passed QA pipeline, then it is time to create Release branch from Develop branch, because my understanding is, If prod pipeline build fails on merge with Master branch,…
overexchange
  • 15,768
  • 30
  • 152
  • 347
-4
votes
1 answer

Emailing about Code freeze

I need to notify my team about the approaching code freeze, So what all details should be mentioned in the mail? I want to prepare a standard template. Thanks in advance
user3453636
  • 77
  • 1
  • 9