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

fix up vm parameters #676

Merged
merged 2 commits into from
Jan 9, 2019
Merged

Conversation

tych0
Copy link
Member

@tych0 tych0 commented Dec 14, 2018

with opencontainers/runtime-spec@fc51617

the runtime tools need to change as well to update the type. Do the
simplest thing and simply allow multiple instances of the same argument to
populate the array.

Signed-off-by: Tycho Andersen [email protected]

with opencontainers/runtime-spec@fc51617

the runtime tools need to change as well to update the type. Do the
simplest thing and simply allow multiple instances of the same argument to
populate the array.

Signed-off-by: Tycho Andersen <[email protected]>
@runcom
Copy link
Member

runcom commented Dec 19, 2018

LGTM, @vbatts please merge

Copy link
Member

@vbatts vbatts left a comment

Choose a reason for hiding this comment

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

LGTM

@vbatts
Copy link
Member

vbatts commented Dec 19, 2018

I kicked off the tests again

@tych0
Copy link
Member Author

tych0 commented Jan 3, 2019

Hrm, still seems busted? At least some of the errors look unrelated.

@vbatts
Copy link
Member

vbatts commented Jan 3, 2019

hm.

There are a few tests that have this version hardcoded and fail if it
doesn't exist in various external places like,

--- FAIL: TestJSONSchema (2.41s)
    --- FAIL: TestJSONSchema/1_error_occurred:__*_Version_string_empty_Refer_to:_https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#specification-version (0.00s)
	Error Trace:	validate_test.go:267
	Error:      	Not equal:
	            	expected: "1 error occurred:\n\n* Version string empty\nRefer to: https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#specification-version"
	            	actual: "1 error occurred:\n\n* Version string empty\nRefer to: https://github.com/opencontainers/runtime-spec/blob/v1.0.1-dev/config.md#specification-version"

-- FAIL: TestGenerateValid (0.16s)
	generate_test.go:79: unexpected MUST error(s): 1 error occurred:

		* Could not read schema from HTTP, response status is 404 Not Found

because it seems to be looking for:

https://raw.githubusercontent.com/opencontainers/runtime-spec/v1.0.1-dev/schema/config-schema.json

These probably shouldn't be hard coded, but I'll let someone from the
project figure out how to solve it :)

Signed-off-by: Tycho Andersen <[email protected]>
@tych0
Copy link
Member Author

tych0 commented Jan 8, 2019

Ok, I figured this out, basically it's some version hard coding in the tests. It looks like there's not really a way for me to fix this, besides pretending it's not a -dev version that I imported.

@vbatts
Copy link
Member

vbatts commented Jan 8, 2019

i see that [gross] hard coded bit. :-
regardless,
LGTM

Approved with PullApprove

@zhouhao3 zhouhao3 merged commit 830bce2 into opencontainers:master Jan 9, 2019
@tych0 tych0 mentioned this pull request Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants