-
Notifications
You must be signed in to change notification settings - Fork 74
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
Some ses-ava static test
methods don't work
#647
Comments
Also |
test
methods don't work
I'm listing methods in this issue as I encounter them in trying to switch to ses-ava. |
I'm very confused. First, there's no |
Doh! I remembered the wrong name. |
OK, that takes care of my first point, but why did this work correctly for me the other day? The change I made to |
It seems to be only those two uses of |
That specific test file ( |
The left pane of shows that it was previously (prior to this PR at least) using ava, not ses-ava. When was it using ses-ava ? |
To use it with |
https://github.com/Agoric/dapp-token-economy/pull/154/files |
OK, I think I figured it out. It looks like the changes to |
Let's revisit this. I think it can be closed. |
Close as in "it's already fixed, let's close the bug" or "let's fix this"? |
In this case, I think "already fixed" |
Looks like the bug report was provoked by test-message-pattern.js breaking when we tried switching it to ses-ava. If the underlying issue is fixed, can we now switch test-message-pattern.js to ses-ava? Can we make that switch as part of closing this bug? |
Looks like we've got over 180 imports of 'ava' rather than 'ses-ava', most of which I expect should be switched if these are no longer problems. Again, not an MN-1 issue. But definitely a real problem! |
@turadg added you as you're interesting in such improvements. Should this one be closed as a dup? |
I closed the other one since this describes a more general problem. |
@turadg , can we close this as fixed by your Agoric/agoric-sdk#5774 ? Is there any remaining reason it needs to stay open? |
Hi @turadg , I think this is fixed, so I'm closing. Please reopen if I'm missing something. Thanks. |
That was an SDK PR but I can confirm this is fixed in Endo now too. |
Changing test-message-pattern.js to use ses-ava causes the
test.serial
athttps://github.com/Agoric/agoric-sdk/blob/201cd2d4ed41a41bb9b751a714f99fcd3f6bb303/packages/SwingSet/test/test-message-patterns.js#L123
to fail at
https://github.com/Agoric/agoric-sdk/pull/2740/checks?check_run_id=2211691217#step:7:220
The text was updated successfully, but these errors were encountered: