Problem/Motivation
As identified in issue #2928906-63: The field schema incorrectly stores serial fields as int. There are tests that are dependent on the number of times a function is called. This is not desirable as the tests shouldn't be failing when changing the amount of function calls.
Proposed resolution
To adapt/fix the tests in SqlContentEntityStorageSchemaTest so that they succeed whether a function is called any number of times. The observed behavior was #2928906-68: The field schema incorrectly stores serial fields as int
Remaining tasks
See above
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
None
Comments
Comment #2
daffie commentedThere is no patch jet.
Comment #3
xjmSince we should fix this bug in D8 too, I'm filing it against 8.8.x (which is the current bugfix support branch). Patches can be tested against other branches as needed when they're uploaded without changing the issue's version selector.
The issue will be automatically updated to 8.9.x after the last 8.8.x bugfix release. Thanks!