Matthew Straughn

Results 26 comments of Matthew Straughn

How can I go about creating those .yml file changes?

Hey team, Can we re-run these tests again so the logs can refresh and we can get this PR merged or at least address some of the failing tests? @hanzei...

@agnivade Are you adding `fmt.Println` statements to test this locally? I just installed Mattermost on my computer to run locally. Looking for a few pointers on how to see the...

So.... you want the invalid channels or the invalid IDs? A channel is `userID1__userID2`, right? I only have a list of user IDs, so I'm printing all invalid user IDs.

> Yes, you can add fmt.Println or use the delve debugger. Up to you. So.... when I run the server I get a bunch of timestamps. Am I supposed to...

@agnivade is there a username and password that can be used to sign into Mattermost that is built locally? I'm reading through the dev docs but not seeing it on...

Hmm.... is it me or are these e2e tests hanging?

Here is a common error that is being thrown by the test: ``` # github.com/mattermost/mattermost/server/v8/channels/store/sqlstore Error: channels/store/sqlstore/integrity.go:562:12: ss.GetMasterX undefined (type *SqlStore has no field or method GetMasterX) ``` When I...