Integration test for aws-ts-ruby-on-rails is failing
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.6k
- Forks
- 894
- Avg merge
- 12h 19m
- Merged PRs (30d)
- 39
Description
Error Trace: examples_test.go:833
examples_test.go:258
program.go:1022
program.go:768
program.go:651
program.go:445
examples_test.go:769
Error: Expected value not to be nil.
Test: TestExamples/aws-ts-ruby-on-rails
Messages: resp was nil
program.go:423: panic testing /home/travis/gopath/src/github.com/pulumi/examples/aws-ts-ruby-on-rails: runtime error: invalid memory address or nil pointer dereference
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing TestExamples/aws-ts-ruby-on-rails and inspect examples_test.go around lines 258, 769, and 833, together with program.go around lines 423, 445, 651, 768, and 1022. Done means the integration test no longer reports a nil response or panics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, rails, ruby, typescript
- Domain
- cloud, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100