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

refact(GenerateDAG): new internal tests #595

Closed
wants to merge 1 commit into from

Conversation

antoinegelloz
Copy link
Contributor

@antoinegelloz antoinegelloz commented Oct 4, 2024

This PR is improving the testing of the current GenerateDAG algorithm, to show the different problems with it.

The current algorithm has been split in two:

  • The first part is building the graph and assigning files to the nodes.
  • The second part is computing the hashes of the nodes.

A new internal test is proving that the first part is not working correctly, as some files are not assigned to the right nodes.

@antoinegelloz antoinegelloz requested review from julienvey, graillus and a team as code owners October 4, 2024 14:48
@antoinegelloz antoinegelloz changed the title fix: GenerateDAG: new tests fix: GenerateDAG: new internal tests Oct 4, 2024
@antoinegelloz antoinegelloz requested review from Thibaut-gauvin, gminh474 and joulaud and removed request for a team, julienvey and graillus October 4, 2024 14:59
@antoinegelloz antoinegelloz force-pushed the fix/GenerateDAG-new-tests branch from 93c08b4 to e022570 Compare October 7, 2024 08:26
@antoinegelloz antoinegelloz marked this pull request as draft October 7, 2024 12:31
@antoinegelloz antoinegelloz force-pushed the fix/GenerateDAG-new-tests branch from e022570 to b6e58df Compare October 7, 2024 13:23
@antoinegelloz antoinegelloz force-pushed the fix/GenerateDAG-new-tests branch from b6e58df to 3931586 Compare October 7, 2024 13:50
@antoinegelloz antoinegelloz changed the title fix: GenerateDAG: new internal tests refact: GenerateDAG: new internal tests Oct 7, 2024
@antoinegelloz antoinegelloz changed the title refact: GenerateDAG: new internal tests refact(GenerateDAG): new internal tests Oct 7, 2024
@Thibaut-gauvin Thibaut-gauvin deleted the fix/GenerateDAG-new-tests branch October 29, 2024 10:06
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.

1 participant