oasisprotocol / oasisprotocol/oasis-sdk
e2e-rt simple-keyvalue flaking on CI
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 90
- Forks
- 35
- Avg merge
- 5d 9h
- Merged PRs (30d)
- 5
Description
{"caller":"simplekvtest.go:259","level":"info","module":"scenario/e2e/test-runtime-simple-keyvalue","msg":"create new key in the keymanager","ts":"2021-10-04T22:37:09.659726778Z"}
{"caller":"simplekvtest.go:265","level":"info","module":"scenario/e2e/test-runtime-simple-keyvalue","msg":"test 'confidential' insert","ts":"2021-10-04T22:37:12.252390753Z"}
{"caller":"runtime.go:367","err":"failed to submit transaction: module: core code: 18 message: invalid call format: Tag verification failed","level":"error","module":"scenario/e2e/test-runtime-simple-keyvalue","msg":"test failed","test":"main.ConfidentialTest","ts":"2021-10-04T22:37:16.635435071Z"}
observed this on main after it passed in a PR's run
Contributor guide
No contributing guide indexed for this repository
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 with scenario/e2e/test-runtime-simple-keyvalue/simplekvtest.go around lines 259-265 and runtime.go around line 367, comparing the passing PR run with the failing main run. Done means the simple-keyvalue e2e test no longer flakes on CI and the confidential insert completes without the Tag verification failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, rust
- Domain
- blockchain, ci-cd, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100