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