Skip to content

Commit

Permalink
fix(a3p): serial test execution (#8940)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman authored Feb 17, 2024
1 parent bc337b5 commit 0c29996
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 22 deletions.
6 changes: 5 additions & 1 deletion a3p-integration/proposals/a:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7-1",
"@agoric/synthetic-chain": "^0.0.7-5",
"ava": "^5.3.1"
},
"ava": {
"concurrency": 1,
"serial": true
},
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
Expand Down
10 changes: 5 additions & 5 deletions a3p-integration/proposals/a:upgrade-next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.0.7-1":
version: 0.0.7-1
resolution: "@agoric/synthetic-chain@npm:0.0.7-1"
"@agoric/synthetic-chain@npm:^0.0.7-5":
version: 0.0.7-5
resolution: "@agoric/synthetic-chain@npm:0.0.7-5"
dependencies:
"@endo/zip": "npm:^1.0.1"
better-sqlite3: "npm:^9.4.0"
chalk: "npm:^5.3.0"
execa: "npm:^8.0.1"
bin:
synthetic-chain: dist/cli/cli.js
checksum: 10c0/dc30624063c619a5a7deb2e5a0a2ded19a03aad99465b3f5ffa8cf8a719ac99da3b4e3c4a42d65c69904a84a4aa9cebde3f33abcee7f5ddb88e469a1c55a997c
checksum: 10c0/c2f04793b4103b2affebf1e0107fee473b9127dbb39fe6c3fe5ee9a773d999a16be64dfee71d7ff37e00827a782c5b214ace3b9327368f2873c467f886cd3045
languageName: node
linkType: hard

Expand Down Expand Up @@ -1820,7 +1820,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.0.7-1"
"@agoric/synthetic-chain": "npm:^0.0.7-5"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down
26 changes: 15 additions & 11 deletions a3p-integration/proposals/b:restart-vats/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"agoricProposal": {
"type": "/agoric.swingset.CoreEvalProposal",
"source": "subdir"
},
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.6-4",
"ava": "^5.3.1"
},
"packageManager": "yarn@4.1.0"
"agoricProposal": {
"type": "/agoric.swingset.CoreEvalProposal",
"source": "subdir"
},
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7-5",
"ava": "^5.3.1"
},
"ava": {
"concurrency": 1,
"serial": true
},
"packageManager": "yarn@4.1.0"
}
10 changes: 5 additions & 5 deletions a3p-integration/proposals/b:restart-vats/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.0.6-4":
version: 0.0.6-4
resolution: "@agoric/synthetic-chain@npm:0.0.6-4"
"@agoric/synthetic-chain@npm:^0.0.7-5":
version: 0.0.7-5
resolution: "@agoric/synthetic-chain@npm:0.0.7-5"
dependencies:
"@endo/zip": "npm:^1.0.1"
better-sqlite3: "npm:^9.4.0"
chalk: "npm:^5.3.0"
execa: "npm:^8.0.1"
bin:
synthetic-chain: dist/cli/cli.js
checksum: 10c0/0c8512eaedf05aa51a10e28c4db0970af1622cf70c0e51fa08768170f73326621125960fb5d8f300613203cdf1cf5ebb2950e6e691bb7204675c9062ff78293f
checksum: 10c0/c2f04793b4103b2affebf1e0107fee473b9127dbb39fe6c3fe5ee9a773d999a16be64dfee71d7ff37e00827a782c5b214ace3b9327368f2873c467f886cd3045
languageName: node
linkType: hard

Expand Down Expand Up @@ -1820,7 +1820,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.0.6-4"
"@agoric/synthetic-chain": "npm:^0.0.7-5"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 0c29996

Please sign in to comment.