iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

Test: (In)valid bundle regressions #1784

Open kwek20 opened 4 years ago

kwek20 commented 4 years ago

Description

Adds different cases for bundles which can be confirmed by the tangle

Fixes #1590

1590 describes 2 test which we currently cannot do in a regression test, but have as a unit test.

These regression tests are prepared in the file 2_disabled_transaction_tests.feature and will be usable once we have white flag implemented.

We need 2 changes to the regression tests:

Snapshot changes are the following 2 additions:

SIDKDWQWWJHTWWBNTMQ9ERZJMCJAKWUDYBWDC9MRLX9JNBU9IPBVZCPBXQNSWWYHOBBYCDLTEIGLFOCCD;1000000
TXMPVKBDFXCCSUBRSAR9BZ9PNZRWL9NRHBIZJJEG9BHQGETCZKBVXWK9GACBJNGSKQIUZGQ9IDDDYJBZC;2000000

And corresponding removal to the rest address

Type of change

How Has This Been Tested?

Ran the tests locally. Buildkite will fail as the database and installation isnt changed in buildkite yet