You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* tests: Fix typo in Runner::data_source_revert
* tests: Add missing newline at end of package.json
* tests: Add __typename scenario to Runner
The test scenario added here shows a bug in the EntityCache where the
__typename field wouldn't be cleared when it should.
This was affecting the POI and mapping code determinism, it will be
fixed in the next commit :)
* store: Remove __typename from Entities after merge
After an entity merge, if the Entity Cache was cleared, the __typename
field would come up again and polute mappings and by consequence, the
POI.
This commit fixes the issue/bug alongside with it's respective test.
* tests: Format Cargo.toml
* tests: Remove leftover data-source-context in package.json
* tests: Add --mutex file to yarn install for Runner tests
* store: Remove extra __typename from unit test
* store: Move typename logic omission to FromEntityData
* tests: Add Mutex to `Stores` to fix test flakiness
* tests: Move Mutex from `Stores` struct to `stores` fn
* store: Remove __typename from unit tests
0 commit comments