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

adding getMethodByName function to Contract and Interface #583

Merged
merged 39 commits into from
Jun 17, 2022

Conversation

barnjamin
Copy link
Contributor

@barnjamin barnjamin commented Jun 7, 2022

No description provided.

@barnjamin barnjamin requested a review from algochoi June 7, 2022 17:22
Copy link
Contributor

@algochoi algochoi left a comment

Choose a reason for hiding this comment

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

Minor comment while we wait for firefox tests

src/abi/method.ts Show resolved Hide resolved
@barnjamin barnjamin requested a review from algochoi June 16, 2022 20:56
Makefile Outdated Show resolved Hide resolved
Comment on lines +39 to +40
.setPreference('remote.active-protocols', 1) // Sets protocol to only WebDriver BiDi
.setPreference('network.http.network-changed.timeout', 30) // In Docker tests this apparently matters
Copy link
Member

Choose a reason for hiding this comment

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

Interesting, I'd expect setting remote.active-protocols to 2 (CDP) to be the solution here, since in Firefox 101 they changed the default from 2 to 3 (1|2).

Also, for network.http.network-changed.timeout, have you tried more values, or just 30?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

to be fair 1 was the first one I tried, something about the combination is tripping us.

I did not try more settings for timeout, 30s seemed sufficient, the default is 5

Copy link
Member

@jasonpaulos jasonpaulos left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks again for all the debugging work related to Firefox.

Once @algochoi agrees, this looks good to merge, and I hope this will be the last of the flaky Firefox tests 🙏

Copy link
Contributor

@algochoi algochoi left a comment

Choose a reason for hiding this comment

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

Code changes LGTM

@barnjamin barnjamin merged commit 019e1a2 into develop Jun 17, 2022
@barnjamin barnjamin deleted the get-method-by-name branch June 17, 2022 16:35
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.

None yet

3 participants