Closed Bug 1527356 Opened 6 years ago Closed 6 years ago

push updated bugzilla-dev.allizom.org live: mozillabteam/bmo:build-20190212.1

Categories

(bugzilla.mozilla.org :: Infrastructure, enhancement)

Development
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
bmo-push accept development

People

(Reporter: kohei, Assigned: bobm)

References

()

Details

We’d like to test new bug fields on the dev server.

changes

Bug 1461492 - Add an optional regressed-by field in bugs
Bug 1522341 - Implement new field for indicating if a bug is a task, enhancement, or defect

version.json

{
   "build" : "https://circleci.com/gh/mozilla-bteam/bmo/20030",
   "commit" : "43421fe98294946edaaf83ca40ec7a1b352177ef",
   "source" : "https://github.com/mozilla-bteam/bmo",
   "version" : "20190212.1"
}
Blocks: 1461492, 1522341

Forgot to mention that we are adding new columns to the bug table, so checksetup.pl has to be run once deployed. For production, I have a separate schema change PR so it can be done in advance.

And I should be updating the flag for better tracking as we are seeing an error page on dev now.

checksetup.pl complete.

Looking good now. Thanks!

Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED

We are seeing this error intermittently when filing a bug. Do we have multiple dev servers (and one is not updated properly) ?

bug_type is not a valid parameter for the Bugzilla::Bug::create function.

Status: RESOLVED → REOPENED
Flags: needinfo?(bobm)
Resolution: FIXED → ---

Also, somehow the default bug type has become task instead of defect 🤔

(In reply to Kohei Yoshino [:kohei] (Bugzilla UX) (FxSiteCompat) from comment #5)

We are seeing this error intermittently when filing a bug. Do we have multiple dev servers (and one is not updated properly) ?

There's only one server in the load balancer pool at a time in dev. There's another stack that has the server detached from the load balancer (I double checked, and it is detached). Just to avoid confusion, I'm terminating that stack, but I don't believe that could be your problem.

Flags: needinfo?(bobm)

Thanks, looks like the error is gone by now. I still have to figure out why the default bug type is not set properly though.

Status: REOPENED → RESOLVED
Closed: 6 years ago6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.