-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add testing templates #508
Conversation
b846cce
to
9e66fa4
Compare
[test-openshift] |
Signed-off-by: Petr "Stone" Hracek <[email protected]>
Templates were not tested. This pull request allows it. Signed-off-by: Petr "Stone" Hracek <[email protected]>
Signed-off-by: Petr "Stone" Hracek <[email protected]>
Signed-off-by: Petr "Stone" Hracek <[email protected]>
10b6838
to
9f18df9
Compare
Templates added. Tests are executed on rails.json template with no database. [test-openshift] |
Tested on rails-ex PR sclorg/rails-ex#166 |
Signed-off-by: Petr "Stone" Hracek <[email protected]>
9f18df9
to
1bf331e
Compare
[test-all] |
Signed-off-by: Petr "Stone" Hracek <[email protected]>
[test-openshift] |
[test] |
@phracek Hmm, looking at this, we are now testing the app with no database? However it seems you added some changes that import the postgresql image now, so it should work now, is that correct? So are we expecting all 3 currently present templates ( What do we expect to be tested then should be answered and I think all else is good to be merged, since the tests are green and the logs look OK from a short glance. |
@jackorp Thanks for this question. As you can see, the templates were not tested at all and this pull request only tests rails.json. In the future as soon as rails-postgresql-persistent.json works, I would like to add. I have to find out a way where to add a variable RAILS_LOG_TO_STDOUT="something". |
This should work. |
@jackorp It looks like everything is passing. We can merge it. WDYT? |
Sorry, I have missed your comment #508 (comment). What about to create an issue to rails-postgresql-persistent.json and this merge it? |
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.
LGTM.
Yeah, sure, sounds good. Let's address it separately. Btw AFAICT I don't have write access to the repo so I can't give you the correct approval (since it requires approval from a write capable member) |
Add testing templates.
Templates were not tested. This pull request allows it.