-
Notifications
You must be signed in to change notification settings - Fork 14
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
Configuration creation with configurable replica count and wait time #159
base: master
Are you sure you want to change the base?
Commits on Feb 27, 2022
-
Configuration creation with configurable replica count and wait time
Hanish Gogada authored and Hanish Gogada committedFeb 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 5e65a9e - Browse repository at this point
Copy the full SHA 5e65a9eView commit details -
Modified and added one more style of configuration creation
Hanish Gogada authored and Hanish Gogada committedFeb 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 5292458 - Browse repository at this point
Copy the full SHA 5292458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea8e86 - Browse repository at this point
Copy the full SHA 5ea8e86View commit details
Commits on Mar 1, 2022
-
Replaced waitgroup with errgroup and errChan
This fixes various problems with error reporting when running tests with goroutines. Unfortunately, it still seems to fail for Style1 for any replica count, but Style2 does not fail even for replica counts up to 180.
Configuration menu - View commit details
-
Copy full SHA for 887ec36 - Browse repository at this point
Copy the full SHA 887ec36View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd4ffc - Browse repository at this point
Copy the full SHA fdd4ffcView commit details -
Fixed too many open files problem
To avoid that the process create to many connections (open files) each test should stop their servers.
Configuration menu - View commit details
-
Copy full SHA for 9f32140 - Browse repository at this point
Copy the full SHA 9f32140View commit details
Commits on Mar 4, 2022
-
A few more attempts to fix the number of all-to-all connections
This still contains the old versions that don't work, but I've disabled them. Things should be cleaned up now that the new version (seems to) work. Have been able to start 200 servers.
Configuration menu - View commit details
-
Copy full SHA for d01de1e - Browse repository at this point
Copy the full SHA d01de1eView commit details
Commits on Mar 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 936e44c - Browse repository at this point
Copy the full SHA 936e44cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c56cb - Browse repository at this point
Copy the full SHA c1c56cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ed907 - Browse repository at this point
Copy the full SHA 07ed907View commit details -
Previously there was no way to know whether or not a goroutine had in fact been started; henceforth, the errChan would be closed by the defer since the createReplicas() call would reach the return before all goroutines had the chance to send their err, causing a panic. In this new version, we wait for all goroutines to start before we check for errors on the channel.
Configuration menu - View commit details
-
Copy full SHA for 400d0ef - Browse repository at this point
Copy the full SHA 400d0efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e934dd - Browse repository at this point
Copy the full SHA 2e934ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c962f3 - Browse repository at this point
Copy the full SHA 0c962f3View commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 920b95e - Browse repository at this point
Copy the full SHA 920b95eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 202000c - Browse repository at this point
Copy the full SHA 202000cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc74b2 - Browse repository at this point
Copy the full SHA 9dc74b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5e8c1 - Browse repository at this point
Copy the full SHA 5b5e8c1View commit details
Commits on Mar 19, 2024
-
Just wanted to check if this issue still persists (it does), but thought I just make a few tweaks while I was at it.
Configuration menu - View commit details
-
Copy full SHA for e8aa996 - Browse repository at this point
Copy the full SHA e8aa996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19769fc - Browse repository at this point
Copy the full SHA 19769fcView commit details