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

Barbell regress tests #708

Merged
merged 2 commits into from
Mar 1, 2023
Merged

Conversation

markgomer
Copy link
Contributor

Added regress tests for Barbell graph generation.

Also fixed a bug where the system was crashing when the graph_name was passed as NULL to the age_barbell_graph_generation function.

This pull request is related to the issue #275 and project #103-Apache AGE Graph Generation Algorithms

when graph_name was passed as NULL.

* added checks for possible NULL arguments before
calling create_complete_graph.
@jrgemignani jrgemignani merged commit 49ae33a into apache:master Mar 1, 2023
@markgomer markgomer deleted the barbell-regress-tests branch March 1, 2023 18:44
jrgemignani pushed a commit that referenced this pull request Mar 20, 2023
* Fixed bug where the system was crashing
when graph_name was passed as NULL.

* added checks for possible NULL arguments before
calling create_complete_graph.

* Added regress tests for Barbell graph generation
jrgemignani added a commit that referenced this pull request Mar 24, 2023
* Fixed bug where the system was crashing
when graph_name was passed as NULL.

* added checks for possible NULL arguments before
calling create_complete_graph.

* Added regress tests for Barbell graph generation

Conflicts:
	src/backend/utils/graph_generation.c

Co-authored-by: John Gemignani <jrgemignani@gmail.com>
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

Successfully merging this pull request may close these issues.

2 participants