New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 651269 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

[Findit] Master flake analysis versioned entities save version as null

Project Member Reported by lijeffrey@chromium.org, Sep 29 2016

Issue description

It seems in master flake analysis after saving, the version property is set to null.

version simply accesses self.key.integer_id(), which returns None, yet when accessing the entity itself.key.integer_id(), the correct value is returned.

Also in local testing environment, the property is correct.
 
Labels: -Pri-2 Pri-1
This is due to master_flake_analysis being a child class of BaseAnalysis, which has a string version property that seems to be taking precedence.

2 possible solutions: rename the version property for versioned models to version_number, or have MFA not be a child class of base_analysis.

Escalating to priority 1, as this is blocking the change for capturing metadata for master flake analysis.
Status: Fixed (was: Assigned)
Status: Verified (was: Fixed)

Sign in to add a comment