-
Notifications
You must be signed in to change notification settings - Fork 820
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
Cleanup load tests #2779
Cleanup load tests #2779
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mangalpalli The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: e532b874-467f-4db4-b6fe-2bf7728a96e8 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Do we want to remove those four files under the allocation folder? Looks like this test is not using LOCUST? |
My original thought was to move all the contents of https://github.com/mangalpalli/agones/tree/issue-2744/test/load/allocation/grpc up to https://github.com/mangalpalli/agones/tree/issue-2744/test/load - but now I'm not sure. Maybe it should all be moved to https://github.com/mangalpalli/agones/tree/issue-2744/test/load/allocation (remove the What do we think? @roberthbailey ? |
Build Failed 😱 Build Id: ae2d8036-2987-4b6a-8bb8-e8739d0df77f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
That's a new flake:
|
Build Succeeded 👏 Build Id: 4cc1bed6-21d8-44d0-a289-3b7085fc91f3 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
I think we all agree that we should remove the files under https://github.com/googleforgames/agones/tree/main/test/load/locust-files as well as
The only real difference between https://github.com/googleforgames/agones/blob/main/test/load/allocation/allocationload.go and https://github.com/googleforgames/agones/blob/main/test/load/allocation/grpc/allocationload.go is the type of request that they create and how they connect. Otherwise, the logic is basically the same. It wouldn't be too difficult to combine them into a single file that could connect either way (depending on command line args). That being said, we have only really run the grpc version in recent memory. I don't know if anyone else is using the non-grpc version. But I would be ok removing it and only running load tests using the grpc client for now and if we want to extend it to also connect via the k8s api then we can extend that client rather than forking it. In that scenario we would remove the 4 files in https://github.com/googleforgames/agones/tree/main/test/load/allocation and promote the 11 files in https://github.com/googleforgames/agones/tree/main/test/load/allocation/grpc up the directory tree. Given that the other load test directories are mostly a distraction, I agree with your original suggestion of moving the contents of the gprc allocation load test into |
That sounds good to me too. I agree with everything above 👍🏻 @mangalpalli does that make sense? |
Build Succeeded 👏 Build Id: 8d575c9b-0668-4e97-93a8-5478e1d107a9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@markmandel aligned with the discussion. Just one thing, do we still keep directory structure as |
The directory structure should be With a README in |
Hi, Just created a new PR- #2784 as the file directory structure had to be changed. |
I though it would be easier as I had to revert the directory structure on existing branch. |
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
After building container and running this command "docker run --rm --network="host" -e "LOCUST_FILE=gameserver_allocation.py" -e "TARGET_HOST=http://127.0.0.1:8001" -p 8089:8089 locust-files:latest", it is showing "missing /usr/local/bin/locust".
LOCUST files are no longer updated, and had to be removed.
Removed all the content related to LOCUST files.
Which issue(s) this PR fixes:
Closes #2744
Special notes for your reviewer: