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

network test tools #9440

Merged
merged 2 commits into from
Jun 4, 2024
Merged

network test tools #9440

merged 2 commits into from
Jun 4, 2024

Conversation

turadg
Copy link
Member

@turadg turadg commented May 31, 2024

refs: #9212

Description

#9439 needs some of the fakes in the network tests. This wraps them up a bit for re-use elsewhere.

Security Considerations

n/a, test code

Scaling Considerations

n/a, test code

Documentation Considerations

API docs may show these

Testing Considerations

per se

Upgrade Considerations

n/a, test code

@turadg turadg requested review from michaelfig and iomekam May 31, 2024 23:40
Copy link

cloudflare-workers-and-pages bot commented May 31, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 65b0840
Status: ✅  Deploy successful!
Preview URL: https://29bdb3f2.agoric-sdk.pages.dev
Branch Preview URL: https://ta-network-tools.agoric-sdk.pages.dev

View logs

@turadg
Copy link
Member Author

turadg commented Jun 1, 2024

second thought, maybe it would be better to copy these fake utils over to the other package so network doesn't take a dependency on vow or have to support this export.


return {
makeEchoConnectionHandler,
makeVowKit,
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe it makes sense to return power here? This will also make it easier to leverage watch if we need it in the tests

Copy link
Member Author

Choose a reason for hiding this comment

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

I figured when it's needed it can be added. This is just test code so it's easy and quick to change.

@turadg turadg added the automerge:rebase Automatically rebase updates, then merge label Jun 4, 2024
@mergify mergify bot merged commit 6c8bf5c into master Jun 4, 2024
71 checks passed
@mergify mergify bot deleted the ta/network-tools branch June 4, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants