Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all articles
Browse latest Browse all 25778

[Solved] Developer Machine Setup (cant 'make test')

$
0
0

Hi Guys,

Not sure if this is a great way to fix it...

/go/src/github.com/mattermost/platform$ > nano Makefile

go-test:
        $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=1800s ./api || exit 1
        $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1
        $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./store || exit 1
        $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1
        $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1

Changing 180s to 1800s.

This allowed the test to finish and then make run seemed to work.

Now I have created my first user, but no "System Console" option is available. It seems that after the build my user is not the first. Any ideas on how to grant this user access?


Viewing all articles
Browse latest Browse all 25778

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>