-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create test session for checking interaction of language servers with two open browser instances #10581
Comments
@musienko-maxim |
After test session we found two global problems:
User story 1
Expected results: Actual results: User story 2
Expected results: Actual results: |
Description
We have feature like File Watcher and we have tests which check actions like: editing, deleting, adding files and folders and other test actions under File Watcher. But we have never tested how work Language servers under File watcher.
For instance: The user # 1 and use # 2 work with common go lang project with chrome browser. The user # 1 open a project file and add new method for handling a request. The user#2 also is worjing with the same file. We should figur out how language server will be work in this case (how will be update file, code validation, documentation, hovering, syntax highlighting and etc. ).
For beginning we can use existed test plan for language servers and check it under 2 browsers.
The bug list should be attached to this issue
OS and version: The Che under docker and openshift infrastructure, upstream version, chrome browser, 2 users
The text was updated successfully, but these errors were encountered: