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

fix bugs around property loading, naming, and temp graph replacement #821

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

jhsinger-klotho
Copy link
Contributor

fix bugs around property loading, naming, and temp graph replacement

Standard checks

  • Unit tests: Any special considerations?
  • Docs: Do we need to update any docs, internal or public?
  • Backwards compatibility: Will this break existing apps? If so, what would be the extra work required to keep them working?

switch {
case errors.Is(err, graph.ErrVertexNotFound):
// do nothing
break
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

break? that'd break out of the for _, key := range topo loop, is that what you intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope definitely didnt mean for that to be there, removing

@@ -4,11 +4,11 @@ resources:
parent: eks_cluster/eks_cluster-0


load_balancer/rest-api-4-integ6897f0b9:
load_balancer/rest-api-4-integbcc77100:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this non-deterministic?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont think so, the ordering did change, which i assumed was from the way we load the graph, but i ran the same architecture 10 times and always saw the same result

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering if the UUIDs weren't deterministic, do we set the seed somewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont think we do, we could probably look into that

@@ -4,11 +4,11 @@ resources:
parent: eks_cluster/eks_cluster-0


load_balancer/rest-api-4-integ6897f0b9:
load_balancer/rest-api-4-integbcc77100:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering if the UUIDs weren't deterministic, do we set the seed somewhere?

@jhsinger-klotho jhsinger-klotho merged commit de0ceeb into main Dec 12, 2023
6 checks passed
@jhsinger-klotho jhsinger-klotho deleted the bugfixes branch December 12, 2023 19:19
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