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

Remove stale TODOs #1764

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

josephschorr
Copy link
Member

Most of the removed TODOs are changes that we won't end up making. In the case of the MySQL datastore, the Postgres datastore implementation from which it was copied has diverged significantly, so there isn't really a reason to try to refactor into a combined datastore anymore (since the PG one uses PG-specific code)

@github-actions github-actions bot added area/datastore Affects the storage system area/dispatch Affects dispatching of requests labels Feb 23, 2024
@@ -384,8 +384,8 @@ func DeleteRelationshipsTest(t *testing.T, tester DatastoreTester) {

tRequire := testfixtures.TupleChecker{Require: require, DS: ds}

// TODO temporarily store tuples in multiple calls to ReadWriteTransaction since no Datastore
// handles correctly duplicate tuples
// NOTE: we tuples in multiple calls to ReadWriteTransaction because it is not allowed to change
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we tuples

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes... I meant "I tuples". Good catch

(On a serious note: Fixed)

@josephschorr josephschorr marked this pull request as ready for review February 23, 2024 22:30
@josephschorr josephschorr requested review from vroldanbet and a team as code owners February 23, 2024 22:30
vroldanbet
vroldanbet previously approved these changes Feb 26, 2024
@github-actions github-actions bot added the area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) label Feb 26, 2024
Most of the removed TODOs are changes that we won't end up making. In the case of the MySQL datastore, the Postgres datastore implementation from which it was copied has diverged significantly, so there isn't really a reason to try to refactor into a combined datastore anymore (since the PG one uses PG-specific code)
@github-actions github-actions bot removed the area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) label Feb 26, 2024
@josephschorr josephschorr added this pull request to the merge queue Feb 26, 2024
Merged via the queue into authzed:main with commit acd4a68 Feb 26, 2024
20 checks passed
@josephschorr josephschorr deleted the remove-stale-todos branch February 26, 2024 18:33
@github-actions github-actions bot locked and limited conversation to collaborators Feb 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/datastore Affects the storage system area/dispatch Affects dispatching of requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants