Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Add tests that describe how save should encode excludeFromIndexes for a complex case #1263

Merged
merged 34 commits into from
Aug 28, 2024
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6a1ea09
Write a sample test for what save output should be
danieljbruce Aug 12, 2024
0c6348f
Add a test for a bunch of complex excludeFromIndex
danieljbruce Aug 12, 2024
457a4bb
Change the replace function so it works everywhere
danieljbruce Aug 13, 2024
f48a226
Modify the expected value
danieljbruce Aug 13, 2024
781b08a
Correct the test for evaluating arrays
danieljbruce Aug 13, 2024
60dabd7
Break up the entityToEntityProto into separate par
danieljbruce Aug 13, 2024
ba4e82b
Fix the tests to work with new addExcludeFromIndex
danieljbruce Aug 13, 2024
1037dfb
Revert "Break up the entityToEntityProto into separate par"
danieljbruce Aug 14, 2024
208a763
Revert "Fix the tests to work with new addExcludeFromIndex"
danieljbruce Aug 14, 2024
3b5594e
Remove source code changes
danieljbruce Aug 14, 2024
8314152
Skip the test that looks at arrays
danieljbruce Aug 14, 2024
757049a
Remove some of the wildcard indexes
danieljbruce Aug 14, 2024
099c4f3
Remove another boolean value from excludeFromIndex
danieljbruce Aug 14, 2024
110b919
Eliminate duplicate expectedMutations
danieljbruce Aug 14, 2024
9de7041
Eliminate duplicate runTest function
danieljbruce Aug 14, 2024
db9175b
Begin to set up the async tests
danieljbruce Aug 14, 2024
b154407
Pack all tests into the async framework
danieljbruce Aug 14, 2024
1620737
Delete tests addressed by async
danieljbruce Aug 14, 2024
70356c1
Get rid of test functions and inline everything
danieljbruce Aug 14, 2024
012f026
Add comment
danieljbruce Aug 14, 2024
ee91c85
Add comments describing each test case
danieljbruce Aug 14, 2024
10b6d87
Remove only
danieljbruce Aug 14, 2024
4e61d5f
Add another test looks at name/value not in array
danieljbruce Aug 15, 2024
c3152e5
Add a test for excludeLarge properties and name/va
danieljbruce Aug 15, 2024
2ddb8cc
Fix the test so that the array case matches
danieljbruce Aug 15, 2024
8969dcc
should pass the right properties for an array
danieljbruce Aug 15, 2024
50e7b24
Rename the test
danieljbruce Aug 15, 2024
1a7ce59
Change name to entityName
danieljbruce Aug 15, 2024
c0988c8
Add two tests that capture the array encoding
danieljbruce Aug 15, 2024
88ba08d
Change expected output of arrays
danieljbruce Aug 16, 2024
e7ac45a
Remove only
danieljbruce Aug 16, 2024
f12f58f
Add 2 more tests to ensure behaviour is preserved
danieljbruce Aug 19, 2024
89ace02
Correct test - it should apply excludeFromIndexes
danieljbruce Aug 19, 2024
1c51b74
Update the test for the nested value
danieljbruce Aug 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading