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

Delay needed at end of add_to_group() #102

Open
bdemchak opened this issue Apr 23, 2023 · 0 comments
Open

Delay needed at end of add_to_group() #102

bdemchak opened this issue Apr 23, 2023 · 0 comments

Comments

@bdemchak
Copy link
Collaborator

If I create a group (using create_group) and then add all nodes and edges to the group (using add_to_group), the group should contain all nodes and edges and the id of the group, per Scooter.

It does this, but the id of the group seems to be added in a second phase that occurs after CyREST has already returned. So, calling get_group_info() immediately after this shows that the group ID is missing. A delay is needed before this test can return the proper result.

For this test, I use galFiltered, and it's possible that the delay should be added in other group functions ... more testing is needed.

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

No branches or pull requests

1 participant