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

Added very simple stress test which scales fleets up/down and basic stress test harness #571

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

jkowalski
Copy link
Contributor

The same test is used during regular e2e tests, except it runs just a few iterations on smaller fleets.

To run stress test simply invoke make stress-test-e2e optionally passing STRESS_TEST_LEVEL, which controls the fleet sizes to be used (1..100, defaults to 20). Depending on stress test level, you may need a cluster with lots of capacity.

By convention 'make stress-test-e2e' runs all test cases whose names include 'StressTest' and ignores everything else.

@jkowalski jkowalski force-pushed the stress-test branch 2 times, most recently from d9b18bf to 8b61339 Compare February 7, 2019 18:17
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 7e5cece7-4464-4707-9348-83a8c990ea0f

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 90493a93-f89a-4281-9322-00d9561dd459

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f0a40d04-966f-4de5-905e-e13f3470907b

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@jkowalski jkowalski force-pushed the stress-test branch 2 times, most recently from a310f83 to f3ed5f7 Compare February 7, 2019 20:07
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 246e5906-270c-401e-bde7-c2eecd038390

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 3cc6a6ee-f956-4b58-8026-311c02985bb6

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:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/571/head:pr_571 && git checkout pr_571
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-f3ed5f7

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 640b879c-5782-4eb2-b0ee-12c18366b1dc

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 281b4232-3ca8-424b-a5ba-11f3b9e460f6

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

…and basic stress test harness.

The same test is used during regular e2e tests, except it runs just a few iterations on smaller fleets.

To run stress test simply invoke `make stress-test-e2e` optionally passing `STRESS_TEST_LEVEL`, which controls the fleet sizes to be used (1..100, defaults to 20). Depending on stress test level, you may need a cluster with lots of capacity.

By convention 'make stress-test-e2e' runs all test cases whose names include 'StressTest' and ignores everything else.
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 0534a626-6559-40e9-a658-e472038f3fbf

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:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/571/head:pr_571 && git checkout pr_571
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-c19ec03

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 9157a5c0-bd11-4075-b110-60d199394f53

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:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/571/head:pr_571 && git checkout pr_571
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-22313b8

@jkowalski jkowalski requested a review from markmandel February 11, 2019 20:33
Copy link
Member

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

👌

@markmandel markmandel merged commit f202b29 into googleforgames:master Feb 11, 2019
@markmandel markmandel added this to the 0.8.0 milestone Feb 12, 2019
@markmandel markmandel added area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/tests Unit tests, e2e tests, anything to make sure things don't break labels Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/tests Unit tests, e2e tests, anything to make sure things don't break
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants