Skip to content

Commit

Permalink
test: test repairs as part of upgrade-14
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 26, 2024
1 parent 4ce0658 commit 71a2b39
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 2,540 deletions.
2 changes: 2 additions & 0 deletions a3p-integration/proposals/a:upgrade-14/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
source /usr/src/upgrade-test-scripts/env_setup.sh

yarn ava

./testRepairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import {
import { dbTool } from '@agoric/synthetic-chain/src/lib/vat-status.js';
import { type WebCache } from '@agoric/synthetic-chain/src/lib/webAsset.js';

//#region Boilerplate until https://github.com/Agoric/agoric-3-proposals/issues/82

// TODO move into core-eval-support
const readSubmissions = async () => {
const files = await fsp.readdir('submission');
Expand Down Expand Up @@ -287,6 +289,8 @@ await step('core eval proposal passes', async () => {
assert.equal(detail.status, 'PROPOSAL_STATUS_PASSED');
});

//#endregion

await step('verify smartWallet repairs', async () => {
const { agd, config } = context;
const from = agd.lookup(config.proposer);
Expand Down
1 change: 0 additions & 1 deletion a3p-integration/proposals/b:wallet-factory2/.yarnrc.yml

This file was deleted.

15 changes: 0 additions & 15 deletions a3p-integration/proposals/b:wallet-factory2/eval.sh

This file was deleted.

17 changes: 0 additions & 17 deletions a3p-integration/proposals/b:wallet-factory2/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions a3p-integration/proposals/b:wallet-factory2/post.test.js

This file was deleted.

7 changes: 0 additions & 7 deletions a3p-integration/proposals/b:wallet-factory2/test.sh

This file was deleted.

Loading

0 comments on commit 71a2b39

Please sign in to comment.