Skip to content

Randomly Shuffling Access Ordering of Graphs #439

Open
@edogawashinichi

Description

@edogawashinichi

Is your feature request related to a problem? Please describe.
issue433
issue408
Bug-free code is rare in medium and large projects.
Therefore, test coverage is extremely important.
Due to differences in operating systems, compilers, etc.,
the access order of graphs in test cases may also differ,
which may cause test cases to behave differently.

Describe the solution you'd like
By randomly shuffling the access order of the graph,
we can easily obtain a large number of equivalent test cases,
allowing us to find hidden bugs as much as possible.
So I propose to add a test class between the test case and the graph class to allow random access.

Describe alternatives you've considered
Open a test branch,and add this feature to it.

Additional context
Add any other context or screenshots about the feature request here.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI/CDContinuous Integration/Continuous Development IssueenhancementNew feature or requesthacktoberfesthacktoberfest issuereposomething about repotestSomething about test

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions