You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @runs_once annotation requires some trickery to make the unit tests work correctly; check out other unit tests that use that annotation to see the way to get around it
In addition to unit tests, we write product tests for presto-admin. These run on a docker cluster that the tests create locally, and can be run via make test-all (optionally, you can specify the suite -- aka tests.product.test_package_install -- to run only the relevant tests). They are located in tests/product.
As there is 'package install', but no support 'package uninstall' or 'update', So there is no way to update a package.
The text was updated successfully, but these errors were encountered: