-
Notifications
You must be signed in to change notification settings - Fork 52
Connection refused when running make test #25
Comments
@etsangsplk I guess you ran it on mac. can you please confirm? |
@caiwl yes. on mac |
thanks @etsangsplk for the confirmation. @ahrtr @bill828 do you recall below logic in setTestEnv.sh? 100 if [ |
It just sets an alias for pms/ads on Mac/Linux respectively. "Darwin" means MacOS. Afterwards, we can just invoke "pms" or "ads" directly, no matter which OS it's. It seems that the PMS did not get started for some reasons. @etsangsplk Can you please provide the exact test steps to reproduce this issue, and the output logs? |
I just tried to build Speedle on my Mac, and it generated speedle-pms and speedle-ads. @caiwl So the logic you pasted isn't correct any more. |
@ahrtr and others new embedded Etcd store: embeddedEtcdDataDir = "./speedle.etcd", etcdEndpoint = "localhost:2379", keyPrefix = "/opss_ps/"
|
src/github.com/oracle/speedle/setTestEnv.sh: connect: Connection refused
dev/src/github.com/oracle/speedle/setTestEnv.sh: line 80: /dev/tcp/localhost/6733: Connection refused
Does the script spin up the sever or not?
If not, can you enhance the script to do so?
The text was updated successfully, but these errors were encountered: