Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: added e2e test for EXTENDED and PRIVILEGED tier users (#3147)
* test: added e2e test for privileged tier users Signed-off-by: Logan Nguyen <[email protected]> * fix: generalized test cases Signed-off-by: Logan Nguyen <[email protected]> * fix: renamed test suite Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: Victor Yanev <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> * chore: renamed test suite Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: Victor Yanev <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed preconfigured plans test logic Signed-off-by: Logan Nguyen <[email protected]> * chore: added more evmAddresses to config file Signed-off-by: Logan Nguyen <[email protected]> * fix: moved confirming plan's validity logic to createAliasForNonBasicPlans() Signed-off-by: Logan Nguyen <[email protected]> * chore: renamed test case Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: Victor Yanev <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> * chore: added tolerance var Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: Victor Yanev <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> * chore: reused fileAppendChunkSize Signed-off-by: Logan Nguyen <[email protected]> * fix: added reusable test cases for both EXTENDED and PRIVILEGED tiers Signed-off-by: Logan Nguyen <[email protected]> * fix: override spending limit env vars in acceptancetest:hbarlimiter script, with lower HBAR limits, to improve test performance Override spending limit environment variables in the `acceptancetest:hbarlimiter` script to set lower HBAR limits at boot time. The HbarLimiter test suite includes several tests that exhaust the total HBAR limit for multiple plans, and using high spending limits can generate unnecessary traffic on the local node and extend the test duration. Overriding with lower limit values improves performance and reduces test execution time. Signed-off-by: Logan Nguyen <[email protected]> * chore: added more information to HBAR Rate Limit warning log Signed-off-by: Logan Nguyen <[email protected]> * test: added checks to make sure tiered users can deploy a certain amount of large contracts Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: Victor Yanev <[email protected]>
- Loading branch information