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

e2e tests for Fleet Scaling and Updates #351

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

markmandel
Copy link
Collaborator

Also includes some functionality for making e2e tests with fleets a bit easier as well.

@markmandel markmandel added this to the 0.5.0 milestone Sep 11, 2018
@markmandel markmandel added the area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. label Sep 11, 2018
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: a9c26012-9122-4d8f-88ff-f802364941fa

The following development artifacts have been built, and will exist for the next 30 days:

(experimental) To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/351/head:pr_351 && git checkout pr_351
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.5.0-426b0df

@victor-prodan
Copy link
Contributor

Yes, these are surely coming in handy


// remove allocation
gp := int64(1)
err = alpha1.GameServers(defaultNs).Delete(fa.Status.GameServer.ObjectMeta.Name, &metav1.DeleteOptions{GracePeriodSeconds: &gp})
Copy link
Collaborator

Choose a reason for hiding this comment

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

Comment says remove allocation but I (mis)understand it deletes a game server. Am I right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point - it's deleting the allocated game server. Changing the comment to be more clear.

Also includes some functionality for making
e2e tests with fleets a bit easier as well.
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 241b2120-42f1-4f76-a3b9-722d7a533faf

The following development artifacts have been built, and will exist for the next 30 days:

(experimental) To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/351/head:pr_351 && git checkout pr_351
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.5.0-9ff3d45

@markmandel markmandel merged commit 5f84b1f into googleforgames:master Sep 11, 2018
@markmandel markmandel deleted the e2e/fleet-updates branch September 11, 2018 16:08
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants