Skip to content

Commit

Permalink
chore: Use test_strategy for all EE proptests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinity-berestovskyy authored and marko-k0 committed Feb 20, 2024
1 parent 65c7aa8 commit 61ae4eb
Show file tree
Hide file tree
Showing 8 changed files with 237 additions and 240 deletions.
44 changes: 22 additions & 22 deletions Cargo.Bazel.Fuzzing.json.lock
@@ -1,5 +1,5 @@
{
"checksum": "8baf3cbc469f8bf7d84165355a396b98e9f49edce7678d68160c6a957143175d",
"checksum": "06540a7683db2578025cb31ce9807a9fee69bdb151049238e855e2874f08012b",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -16445,7 +16445,7 @@
"target": "strum_macros"
},
{
"id": "test-strategy 0.2.1",
"id": "test-strategy 0.3.1",
"target": "test_strategy"
}
],
Expand Down Expand Up @@ -52741,13 +52741,13 @@
},
"license": "MIT"
},
"structmeta 0.1.6": {
"structmeta 0.2.0": {
"name": "structmeta",
"version": "0.1.6",
"version": "0.2.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/structmeta/0.1.6/download",
"sha256": "104842d6278bf64aa9d2f182ba4bde31e8aec7a131d29b7f444bb9b344a09e2a"
"url": "https://crates.io/api/v1/crates/structmeta/0.2.0/download",
"sha256": "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
}
},
"targets": [
Expand Down Expand Up @@ -52777,7 +52777,7 @@
"target": "quote"
},
{
"id": "syn 1.0.109",
"id": "syn 2.0.48",
"target": "syn"
}
],
Expand All @@ -52787,23 +52787,23 @@
"proc_macro_deps": {
"common": [
{
"id": "structmeta-derive 0.1.6",
"id": "structmeta-derive 0.2.0",
"target": "structmeta_derive"
}
],
"selects": {}
},
"version": "0.1.6"
"version": "0.2.0"
},
"license": "MIT OR Apache-2.0"
},
"structmeta-derive 0.1.6": {
"structmeta-derive 0.2.0": {
"name": "structmeta-derive",
"version": "0.1.6",
"version": "0.2.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/structmeta-derive/0.1.6/download",
"sha256": "24420be405b590e2d746d83b01f09af673270cf80e9b003a5fa7b651c58c7d93"
"url": "https://crates.io/api/v1/crates/structmeta-derive/0.2.0/download",
"sha256": "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
}
},
"targets": [
Expand Down Expand Up @@ -52833,14 +52833,14 @@
"target": "quote"
},
{
"id": "syn 1.0.109",
"id": "syn 2.0.48",
"target": "syn"
}
],
"selects": {}
},
"edition": "2021",
"version": "0.1.6"
"version": "0.2.0"
},
"license": "MIT OR Apache-2.0"
},
Expand Down Expand Up @@ -54526,13 +54526,13 @@
},
"license": "MIT"
},
"test-strategy 0.2.1": {
"test-strategy 0.3.1": {
"name": "test-strategy",
"version": "0.2.1",
"version": "0.3.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/test-strategy/0.2.1/download",
"sha256": "62d6408d1406657be2f9d1701fbae379331d30d2f6e92050710edb0d34eeb480"
"url": "https://crates.io/api/v1/crates/test-strategy/0.3.1/download",
"sha256": "b8361c808554228ad09bfed70f5c823caf8a3450b6881cc3a38eb57e8c08c1d9"
}
},
"targets": [
Expand Down Expand Up @@ -54562,18 +54562,18 @@
"target": "quote"
},
{
"id": "structmeta 0.1.6",
"id": "structmeta 0.2.0",
"target": "structmeta"
},
{
"id": "syn 1.0.109",
"id": "syn 2.0.48",
"target": "syn"
}
],
"selects": {}
},
"edition": "2021",
"version": "0.2.1"
"version": "0.3.1"
},
"license": "MIT OR Apache-2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions Cargo.Bazel.Fuzzing.toml.lock
Expand Up @@ -10215,25 +10215,25 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"

[[package]]
name = "structmeta"
version = "0.1.6"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "104842d6278bf64aa9d2f182ba4bde31e8aec7a131d29b7f444bb9b344a09e2a"
checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
dependencies = [
"proc-macro2 1.0.76",
"quote 1.0.35",
"structmeta-derive",
"syn 1.0.109",
"syn 2.0.48",
]

[[package]]
name = "structmeta-derive"
version = "0.1.6"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24420be405b590e2d746d83b01f09af673270cf80e9b003a5fa7b651c58c7d93"
checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
dependencies = [
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 1.0.109",
"syn 2.0.48",
]

[[package]]
Expand Down Expand Up @@ -10554,14 +10554,14 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"

[[package]]
name = "test-strategy"
version = "0.2.1"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d6408d1406657be2f9d1701fbae379331d30d2f6e92050710edb0d34eeb480"
checksum = "b8361c808554228ad09bfed70f5c823caf8a3450b6881cc3a38eb57e8c08c1d9"
dependencies = [
"proc-macro2 1.0.76",
"quote 1.0.35",
"structmeta",
"syn 1.0.109",
"syn 2.0.48",
]

[[package]]
Expand Down
44 changes: 22 additions & 22 deletions Cargo.Bazel.json.lock
@@ -1,5 +1,5 @@
{
"checksum": "f17e96724e8e7c54c711e575e117bd89d5fc29d5b4d284af697ac39716ae638b",
"checksum": "a62e7b9c9b0b6b8249315ca3ba3c5f568a27da28d99403eb9f7725060d0271b5",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -16321,7 +16321,7 @@
"target": "strum_macros"
},
{
"id": "test-strategy 0.2.1",
"id": "test-strategy 0.3.1",
"target": "test_strategy"
}
],
Expand Down Expand Up @@ -52704,13 +52704,13 @@
},
"license": "MIT"
},
"structmeta 0.1.6": {
"structmeta 0.2.0": {
"name": "structmeta",
"version": "0.1.6",
"version": "0.2.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/structmeta/0.1.6/download",
"sha256": "104842d6278bf64aa9d2f182ba4bde31e8aec7a131d29b7f444bb9b344a09e2a"
"url": "https://crates.io/api/v1/crates/structmeta/0.2.0/download",
"sha256": "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
}
},
"targets": [
Expand Down Expand Up @@ -52740,7 +52740,7 @@
"target": "quote"
},
{
"id": "syn 1.0.109",
"id": "syn 2.0.48",
"target": "syn"
}
],
Expand All @@ -52750,23 +52750,23 @@
"proc_macro_deps": {
"common": [
{
"id": "structmeta-derive 0.1.6",
"id": "structmeta-derive 0.2.0",
"target": "structmeta_derive"
}
],
"selects": {}
},
"version": "0.1.6"
"version": "0.2.0"
},
"license": "MIT OR Apache-2.0"
},
"structmeta-derive 0.1.6": {
"structmeta-derive 0.2.0": {
"name": "structmeta-derive",
"version": "0.1.6",
"version": "0.2.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/structmeta-derive/0.1.6/download",
"sha256": "24420be405b590e2d746d83b01f09af673270cf80e9b003a5fa7b651c58c7d93"
"url": "https://crates.io/api/v1/crates/structmeta-derive/0.2.0/download",
"sha256": "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
}
},
"targets": [
Expand Down Expand Up @@ -52796,14 +52796,14 @@
"target": "quote"
},
{
"id": "syn 1.0.109",
"id": "syn 2.0.48",
"target": "syn"
}
],
"selects": {}
},
"edition": "2021",
"version": "0.1.6"
"version": "0.2.0"
},
"license": "MIT OR Apache-2.0"
},
Expand Down Expand Up @@ -54516,13 +54516,13 @@
},
"license": "MIT"
},
"test-strategy 0.2.1": {
"test-strategy 0.3.1": {
"name": "test-strategy",
"version": "0.2.1",
"version": "0.3.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/test-strategy/0.2.1/download",
"sha256": "62d6408d1406657be2f9d1701fbae379331d30d2f6e92050710edb0d34eeb480"
"url": "https://crates.io/api/v1/crates/test-strategy/0.3.1/download",
"sha256": "b8361c808554228ad09bfed70f5c823caf8a3450b6881cc3a38eb57e8c08c1d9"
}
},
"targets": [
Expand Down Expand Up @@ -54552,18 +54552,18 @@
"target": "quote"
},
{
"id": "structmeta 0.1.6",
"id": "structmeta 0.2.0",
"target": "structmeta"
},
{
"id": "syn 1.0.109",
"id": "syn 2.0.48",
"target": "syn"
}
],
"selects": {}
},
"edition": "2021",
"version": "0.2.1"
"version": "0.3.1"
},
"license": "MIT OR Apache-2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions Cargo.Bazel.toml.lock
Expand Up @@ -10220,25 +10220,25 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"

[[package]]
name = "structmeta"
version = "0.1.6"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "104842d6278bf64aa9d2f182ba4bde31e8aec7a131d29b7f444bb9b344a09e2a"
checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
dependencies = [
"proc-macro2 1.0.76",
"quote 1.0.35",
"structmeta-derive",
"syn 1.0.109",
"syn 2.0.48",
]

[[package]]
name = "structmeta-derive"
version = "0.1.6"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24420be405b590e2d746d83b01f09af673270cf80e9b003a5fa7b651c58c7d93"
checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
dependencies = [
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 1.0.109",
"syn 2.0.48",
]

[[package]]
Expand Down Expand Up @@ -10560,14 +10560,14 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"

[[package]]
name = "test-strategy"
version = "0.2.1"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d6408d1406657be2f9d1701fbae379331d30d2f6e92050710edb0d34eeb480"
checksum = "b8361c808554228ad09bfed70f5c823caf8a3450b6881cc3a38eb57e8c08c1d9"
dependencies = [
"proc-macro2 1.0.76",
"quote 1.0.35",
"structmeta",
"syn 1.0.109",
"syn 2.0.48",
]

[[package]]
Expand Down

0 comments on commit 61ae4eb

Please sign in to comment.