-
Notifications
You must be signed in to change notification settings - Fork 813
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
Compliance tests for Reserve(seconds). #920
Compliance tests for Reserve(seconds). #920
Conversation
@aLekSer you happy with these changes? |
Build Succeeded 👏 Build Id: aa66807e-c4f3-4028-ad43-dd583c9cba1e 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:
|
59a0cfd
to
e63f0a6
Compare
Build Failed 😱 Build Id: a63f4292-8541-48c8-9d49-2784a5b6fd30 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
e63f0a6
to
28d4a15
Compare
Build Succeeded 👏 Build Id: 0bfb04ac-3260-4fa3-a33f-60d196c44946 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:
|
test/sdk/nodejs/node_modules/agones
Outdated
@@ -0,0 +1 @@ | |||
../../../../sdks/nodejs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file (and the next one) but added? They appear when I run tests but I'm not sure whether they should be checked in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops! probably not. Let me go back and remove them.
Should I .gitignore them now, since I'm in there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds like a good idea.
Build Succeeded 👏 Build Id: 7511bf54-880b-42bf-882f-86741f78b1be 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:
|
Currently only running in the golang test, as that's the only one that impements it.
0fbabca
to
8833914
Compare
Build Succeeded 👏 Build Id: c3386e98-cf96-46f7-8312-b21baa90ad65 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:
|
Build Succeeded 👏 Build Id: 822df0b6-0d1d-4fc4-81c8-19ba750fab57 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:
|
Thanks for improving make targets. |
Currently only running in the golang test, as that's the only one that implements SDK.Reserve(seconds).
Added a couple of cleanup items in the conformance test makefile as well.
Work on #660