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

Comprehensive test cases and analysis of fog contributions to the global allocation table #11

Open
skmonga opened this issue Mar 5, 2019 · 1 comment
Assignees
Labels
dev development activity, all details clear medium medium priority
Milestone

Comments

@skmonga
Copy link
Contributor

skmonga commented Mar 5, 2019

During the running of ElfStore on D20 setup, some issues were observed wherein some of the quadrants had negative values for allocations. This was caused due to the usage of Math.ceil() instead of Math.floor(). The bug fixes were done, we need to add more comprehensive test cases to address the corresponding bug fixes.

@skmonga skmonga added medium medium priority dev development activity, all details clear labels Mar 5, 2019
@skmonga skmonga added this to the v0.2 milestone Mar 5, 2019
@skmonga
Copy link
Contributor Author

skmonga commented Mar 20, 2019

Need to do comprehensive analysis of all the 9 cases where a fog fits in the global storage and reliability matrix. Conditions which should be true in every case are :

  • sum of all four quadrants in the global matrix is equal to the total number of edges in the system
  • no negative value in any quadrant also a reduction in value one quadrant should accompany an increase in the value of another quadrant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev development activity, all details clear medium medium priority
Projects
None yet
Development

No branches or pull requests

2 participants