-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
[QA] 2.2.0 Testplan #274
Comments
Changelog Testing
Example of an error message in the log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'Elastic Search' Test Plan
Template: https://github.com/owncloud/QA/blob/master/Server/Test_Plan_search_elastic.md
Setup XXX
Click here for setup details
hetzner_deploy/oc10.sh search_elastic
-> https://oc1091-search-elastic-211-rc1-20220413.jw-qa.owncloud.workssource env.sh; mkdir proxy; cd proxy; apt install docker-compose
/usr/local/bin/mkcert; cp jw-qa-ca.crt /usr/local/share/ca-certificates; update-ca-certificates
/usr/local/bin/nginx_ssl_proxy 19443 http://$elastic_host:9200 local_cert.crt local_cert.key
https://localhost:19443
(instead of http://172.17.0.3:9200` )hetzner_deploy/oc10.sh search_elastic
-> https://oc10100-search-elastic-220-rc1-20220628.jw-qa.owncloud.worksTesting functionality
occ search:index:update
before testing the result.occ search:index:update
only updates the index for users, who have edited something.TODO:
occ search:index:reset; occ search:index:rebuild;
- edit a text file in web ui -occ search:index:update
occ app:enable search_elastic
occ app:disable search_elastic
occ search:index:create
occ search:index:rebuild
occ search:index:reset
occ search:index:update
config:app:set search_elastic group --value groupname
config:app:set search_elastic group --value guest_app
nocontent
totrue
(default isfalse
):config:app:set search_elastic nocontent --value true
New test items since 2.1.0
[x] admin UI elements have choice "No Authentication" and "Username+ and Password"occ config:app:set search_elastic scanExternalStorages --value 0
disables indexing of external storages. (1 enables)occ configreport:generate
does not expose credentials XXXNew test items since 2.2.0
The text was updated successfully, but these errors were encountered: