Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] fields: use ignored field for respawn #209

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Xavier-Do
Copy link
Contributor

When a field reappears after an upgrade, a log with the format "field ... has respawn!" is emited. In some case, it is possible that this error should be silenced.

The current case was because an upgrade script targeting 18.2 was merged during the freeze and should target 18.3. During a short time frame after a freeze, some branch may be tested without testing the upgrade from the freshly created branch since no template are available.

In this case, a script was merged with an invalid version number. A pull request (#7240) was created to fix it but it took some time to be merged and then to be used by latest builds.

An exeption was added in master, fixing the 18.2-> master but this exception was not working for the 18.*->18.2 error. This commit will use the same exception to silence this error allowing quick fixes in this kind of situation.

@robodoo
Copy link
Contributor

robodoo commented Feb 18, 2025

Pull request status dashboard

@Xavier-Do Xavier-Do force-pushed the master-ignore-respawn-xdo branch 2 times, most recently from efafb6f to 04e94c1 Compare February 20, 2025 07:02
When a field reappears after an upgrade, a log with the format
"field ... has respawn!" is emited. In some case, it is possible that
this error should be silenced.

The current case was because an upgrade script targeting 18.2 was merged
during the freeze and should target 18.3. During a short time frame
after a freeze, some branch may be tested without testing the upgrade
from the freshly created branch since no template are available.

In this case, a script was merged with an invalid version number. A pull
request (#7240) was created to fix it but it took some time to be merged
and then to be used by latest builds.

An exeption was added in master, fixing the 18.2-> master but this
exception was not working for the 18.*->18.2 error. This commit will
use the same exception to silence this error allowing quick fixes in
this kind of situation.
@Xavier-Do Xavier-Do force-pushed the master-ignore-respawn-xdo branch from 04e94c1 to 4f177c1 Compare February 20, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants