Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context plumbing in ActionTest suite #1170

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

ARR4N
Copy link
Contributor

@ARR4N ARR4N commented Jul 19, 2024

As you mentioned, the Context could be polluted if shared across tests (it's unlikely, but I agree that it's worth avoiding, and it's quite simple). I changed Run to a method instead.

Wherever possible, the incoming Context is plumbed through to where it's used, if possible/appropriate.

The functions that are immediately run at declaration don't have a natural means of accepting a `Context` so can be considered the same as the `TestXXX()` entrypoint function.
@ARR4N ARR4N requested a review from iFrostizz July 19, 2024 18:51
@ARR4N ARR4N marked this pull request as ready for review July 19, 2024 18:53
Copy link
Contributor

@iFrostizz iFrostizz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@iFrostizz iFrostizz merged commit ddd5084 into action_testing_suite Jul 22, 2024
18 checks passed
aaronbuchwald added a commit that referenced this pull request Jul 23, 2024
* implement action test suite helper

* add morpheusvm action tests

* add check for contains error for dynamic errors

* remove morpheusvm test, simplify suite

* add morpheusvm parametrized tests

* add licence

* check err

* cleanup

* remove `Actor` usage and implement `InMemoryStore`

* remove unused ctx

* add review suggestions

* Update chaintesting/action_test_helpers.go

Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
Signed-off-by: Franfran <51274081+iFrostizz@users.noreply.github.com>

* Update chaintesting/action_test_helpers.go

Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
Signed-off-by: Franfran <51274081+iFrostizz@users.noreply.github.com>

* add tests, set actor, add assertion

* Updated Token Example (#1142)

* token example

* StateKey -> StateKeys

* nits

* update asserts and unwraps

* Expose state functions from context (#1153)

* use `WindowSize` constant (#1155)

* update readme to point to an existing tokenvm action (#1049)

* update readme to point to an existing tokenvm action

* update readme: change action name

---------

Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>

* Refactor `vm.Config` out of `vm.Controller` (#1146)

* refactor hypersdk config out of controllers

Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>

* remove unused parallelism key from test configs (#1158)

Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>

* Remove `key_create` endpoint and use `Address` everywhere (#1121)

* pass directly actor address to simulator

* remove unused params

* Conditionally compile the `Address` helpers

* add test-utils flag

* Don't add unnecessary dependency (#1122)

* cleanup

* read `Actor` directly

* remove support for `create_key` endpoint and replace everything by
`Address` instances

* remove unused params

* remove `Key` `Param` (#1131)

* remove `Address::from_str`

---------

Co-authored-by: Richard Pringle <richard.pringle@avalabs.org>

* rename to chaintest, slice of `ActionTest`, remove suite

* rename to `InMemoryStore` to export type

* Update examples/morpheusvm/actions/transfer_test.go

Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
Signed-off-by: Franfran <51274081+iFrostizz@users.noreply.github.com>

* add sender post-balance assertion

* pass in `*testing.T` to the `Assertion` func pointer

* pass context from `Run`, handle error signal on done

* Context plumbing in `ActionTest` suite (#1170)

* refactor: run tests individually to avoid `Context` pollution

* refactor: pipe `Contexts` where possible

The functions that are immediately run at declaration don't have a natural means of accepting a `Context` so can be considered the same as the `TestXXX()` entrypoint function.

* write helper function

* Update chaintest/action_test_helpers.go

Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
Signed-off-by: Franfran <51274081+iFrostizz@users.noreply.github.com>

* Update examples/morpheusvm/actions/transfer_test.go

Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
Signed-off-by: Franfran <51274081+iFrostizz@users.noreply.github.com>

---------

Signed-off-by: Franfran <51274081+iFrostizz@users.noreply.github.com>
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
Co-authored-by: Sam Liokumovich <65994425+samliok@users.noreply.github.com>
Co-authored-by: Richard Pringle <richard.pringle@avalabs.org>
Co-authored-by: nathan haim <haim.nathan@icloud.com>
Co-authored-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
Co-authored-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants