-
Notifications
You must be signed in to change notification settings - Fork 397
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
Increase BLT runserver step error checking/verbosity #1757
Comments
Any Let me take a look... |
Yeah it looks like that should be the case. Does your output say it's being run in the repo root? |
Hmm... sorry, this may be a false positive by me. It does say it's running the command from docroot. Need to keep investigating =/ |
K, figured this out... this was my fault, but I'm hoping to turn this issue into a feature request... I was making some more changes while testing BLT 8.9.0-rc1 and composer somehow reverted me to beta6 (before frontend task was added back in), so I was debugging the same error I had 2 weeks ago. For a feature request, is there someway to increase the verbosity of the "runserver" commands? So basically, my code is executing...
The first thing this does is kill all previously running webservers. It then uses Drush to fire up a local server. That command was being completed successfully. Then it waits until it gets a response from Going to change the name of this issue to reflect this new request... |
...and just thinking out loud here... maybe if the "wait" command runs and eventually can't connect, maybe the last thing it does is output the results of a basic curl command? I know it's specific to my problem, but I definitely spent a bunch of time debugging this twice (obviously my own fault) and thought this could maybe save people some time in the future? |
Yes I think that would be desirable behavior. |
My system information:
So on Travis, the drush "runserver" command executes in the repo root, and by default, the alias for ci is
@self
. I think the@self
alias will really only work from the docroot, right? If I change it to be my local alias, that alias file has the URI specified, which is not valid on Travis.I'm thinking that command needs to be run from the docroot (always? just on Travis?). Does this make sense, or am I missing something?
The text was updated successfully, but these errors were encountered: