Rich Scott

Results 16 comments of Rich Scott

It's not letting me vote - I have all ad-blockers off, etc. When I attempt to click on an estimate value, I am seeing inside the Firefox web console: ```...

Just tried it with Safari, and I get the "Forbidden" GraphQL network response as well. Does Zenhub require that a ticket be "opened" for point voting, or some such?

This ticket has been converted to an epic - see the epic "Test Tools for Component Development" at https://app.zenhub.com/workspaces/armada-62c744dc3b819100132ca032/epics?activeEpic=Z2lkOi8vcmFwdG9yL1plbmh1YkVwaWMvMTA2MDcz&state=OPEN&state=TODO&state=IN_PROGRESS

@sarthaksarthak9 If you follow the instructions in the `Details` link for the DCO sign-off check, and also re-merge from master, that should fix both check issues - let us know...

> is there any jobservice class exist Well, there are several data-type definitions for Job-Service-related services: - the server (`JobServiceServer`) is defined in `internal/jobservice/server/server.go` - the `SQLJobService` database layer is...

Hi, @vishalvivekm - unfortunately, our team has decided not to pursue this ticket at this time. If you'd still like to help out on the Armada project, we'd love any...

@Bharadwajshivam28 You are exactly right. And if you run the command to generate html (`go tool cover -html=test-reports/coverage.out -o coverage.html`), you can open the `coverage.html` in your browser, and you...

@Shreya111111 Sure - Pull Requests are always welcomed!

@shashank-iitbhu The current integration tests may be partition-able. Essentially, invoking `mage testsuite` causes it to run ``` go run cmd/testsuite/main.go test --tests testsuite/testcases/basic/* --junit junit.xml ``` (see `magefiles/ci.go`, lines 27-50)....

@Sharpz7 We should note that Helm-based deployments of Armada are not supported now.