Skip to content

Remove optimistic unit tests #1160

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

Merged
merged 8 commits into from
Mar 17, 2021
Merged

Remove optimistic unit tests #1160

merged 8 commits into from
Mar 17, 2021

Conversation

eternauta1337
Copy link
Contributor

We've been trying to run our unit tests in "ovm mode" for some time. This involved using an @ovm-skip marker in tests that are not applicable in the context of OE.

Thing is, trying to do so is hard, and maybe pointless. Hard because the jsvm for optimism does not exactly mimic optimisitic geth, and pointless because producing ovm artifacts and running unit tests with them only validates the ovm compiler? This is certainly not our responsibility.

We might as well remove optimistic unit tests then.

@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #1160 (5be75ed) into develop (83897e4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1160   +/-   ##
========================================
  Coverage    95.62%   95.62%           
========================================
  Files           76       76           
  Lines         5413     5413           
  Branches       661      661           
========================================
  Hits          5176     5176           
  Misses         237      237           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83897e4...5be75ed. Read the comment docs.

Copy link
Contributor

@jjgonecrypto jjgonecrypto left a comment

Choose a reason for hiding this comment

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

:shipit:

@eternauta1337 eternauta1337 merged commit cbbfd48 into develop Mar 17, 2021
@eternauta1337 eternauta1337 deleted the remove-ovm-unit-tests branch March 17, 2021 18:37
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