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

[main] TorrentInfoEndpoint FFA entries not added to mds #6287

Closed
qstokkink opened this issue Aug 24, 2021 · 0 comments · Fixed by #6349
Closed

[main] TorrentInfoEndpoint FFA entries not added to mds #6287

qstokkink opened this issue Aug 24, 2021 · 0 comments · Fixed by #6349
Assignees

Comments

@qstokkink
Copy link
Contributor

qstokkink commented Aug 24, 2021

The following is commented out:

# FIXME: FFA entries
# Add the torrent to GigaChannel as a free-for-all entry, so others can search it
# self.session.mds.TorrentMetadata.add_ffa_from_dict(
# tdef_to_metadata_dict(TorrentDef.load_from_dict(metainfo)))

This seems to have been forgotten and should've been part of #6206, according to this discourse https://github.com/Tribler/tribler/pull/6206/files#r665411356

Also disabled in the test:

# FIXME: FFA entries creation check
# with db_session:
#assert metadata_store.TorrentMetadata.select().count() == 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants