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

Problems running tests with latest master? #591

Closed
cdrage opened this issue May 8, 2017 · 3 comments
Closed

Problems running tests with latest master? #591

cdrage opened this issue May 8, 2017 · 3 comments

Comments

@cdrage
Copy link
Member

cdrage commented May 8, 2017

Seems that the tests are no longer working?

github.com/kubernetes-incubator/kompose  master ✔                                                                                                                                                                                                                            4d  
▶ ./kompose -f script/test/fixtures/etherpad/docker-compose.yml convert --stdout -j
WARN The DB_PORT variable is not set. Substituting a blank string. 
WARN The ROOT_PASS variable is not set. Substituting a blank string. 
WARN The DB_NAME variable is not set. Substituting a blank string. 
WARN The DB_PASS variable is not set. Substituting a blank string. 
WARN The DB_USER variable is not set. Substituting a blank string. 
WARN The DB_HOST variable is not set. Substituting a blank string. 
WARN The DB_NAME variable is not set. Substituting a blank string. 
WARN The DB_PASS variable is not set. Substituting a blank string. 
WARN The DB_PORT variable is not set. Substituting a blank string. 
WARN The DB_USER variable is not set. Substituting a blank string. 
ERRO Could not parse config for project etherpad : Service 'mariadb' configuration key 0 value Does not match format 'ports' 
FATA composeObject.Parse() failed, Failed to load compose file: Service 'mariadb' configuration key 0 value Does not match format 'ports' 
@surajnarwade
Copy link
Contributor

@cdrage , have you exported environment variables ?

export $(cat envs)

it works for me.

@cdrage
Copy link
Member Author

cdrage commented May 9, 2017

@surajnarwade ARGHHH, I always forget about this. I need to add a note for this somewhere!

@surajssd
Copy link
Member

surajssd commented May 9, 2017

@cdrage Can we close this one? Or do you want to add a comment of some kind in tests?

@cdrage cdrage closed this as completed May 9, 2017
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

No branches or pull requests

3 participants