We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the non-CLI related tests should sunset the wsk, and re-implement them with wskrest.
import common.wsk val wsk = new Wsk
need to be changed to
import common.rest.WskRest val wsk = new WskRest
plus there may be changes to the rest of the tests as well, since the response result may have been changed.
The text was updated successfully, but these errors were encountered:
There are 10 test cases: BasicHealthTest
KafkaFeedTests KafkaFeedWebTests KafkaProduceTests MessageHubFeedTests MessageHubFeedWebTests MessageHubMultiWorkersTest MessageHubProduceTests ActionHelper
BasicStressTest
Sorry, something went wrong.
No branches or pull requests
All the non-CLI related tests should sunset the wsk, and re-implement them with wskrest.
need to be changed to
plus there may be changes to the rest of the tests as well, since the response result may have been changed.
The text was updated successfully, but these errors were encountered: