Skip to content
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

Regression 4.2.0 with core v4.2.0-RC13 #3538

Closed
2 tasks done
frankeros opened this issue Aug 4, 2021 · 5 comments
Closed
2 tasks done

Regression 4.2.0 with core v4.2.0-RC13 #3538

frankeros opened this issue Aug 4, 2021 · 5 comments
Assignees

Comments

@frankeros
Copy link
Contributor

frankeros commented Aug 4, 2021

Wazuh Revision RC Core RC
4.2.0 4201 10 x

Hello team, in order to check the quality of the app 4.2.0 r4201 we need to perform these tasks

  • Planning regression of revision

Objective:

This regression should determine if there are new bugs using the new release candidate of Wazuh.
We are going to make more emphasis on test cases that use Wazuh API than ElasticSearch API.

Planned environments

distro browser kibana v
ODFE (1.13.2) Chrome 7.10.2
Xpack Firefox 7.11.2
  • Execution of the regression
Environment Status total Pass Review KO
ODFE - Chrome - 7.10.2 pending 150 - 0% 91 - 61% 57 - 38% 2 - 1%
Xpack - Firefox - 7.11.2 pending 150 - 0% 139 - 93% 7 - 5% 4 - 3%
  • Additional tests:
Scenarios Pass
Rulesets -CRUD rules, decoders, lists [x]
Operations with Agents [x]
Operations with Agent groups [x]
Operations with Cluster configurations [x]
Statistics and monitoring frequency tuning [x]
Modules - FIM - Inventory [x]
Modules - Mitre - Framework [x]
Modules - Vulnerabilities - Inventory [x]
Modules - Security config assessment - Inventory [x]
Modules - Regulatory compliane - Controls [x]

Found Errors:

Cosmetic Errors:

Opportunities to Upgrade:

@AlexRuiz7
Copy link
Member

Tests for Wazuh 4.2.0-rc12 on a [ODFE - Chrome - 7.10.2] environments are near to completition.

Check the status here.

@MauGaP MauGaP changed the title Regression 4.2.0 with last core RC Regression 4.2.0 with core v4.2.0-RC13 Aug 13, 2021
@matiasmoreno876
Copy link
Contributor

Test Run in Safari - 7.10.2 - 4.2.0-rc13:

  • CRUD Rules
  • Exploratory testing in the view of Rules
  • CRUD Decoders
  • Exploratory testing in the view of Decoders
  • CRUD CDB List
  • Exploratory testing in the view of CDB List

Errors Found

  • Timeout: The 'Export Formatted' button does not work, in Management --> Rules
    Grabación de pantalla 2021-08-17 a la(s) 12 13 58

Upgrade opportunity found

  • Add a loader when we execute 'Export Formatted'. In the Rules, Decoders, and CBD List views

@MauGaP
Copy link
Contributor

MauGaP commented Aug 17, 2021

Test Run Chrome - 7.11.2 - v4.2.0-rc13

  • Rules (CRUD)
  • Decoders (CRUD)
  • CBD Lists (CRUD)
  • Operations with agents and agents groups:
    • view agents details
    • add a new agent
    • create agents group
    • delete agents group
    • exploratory testing with dowloads (reports, etc)
    • validating agent files
  • Operations with cluster configurations
  • Modules - Regulatory compliance - Controls
  • Modules - Security config assessment - Inventory
  • Modules - Vulnerability - Inventory

Errors found:
#3576 'Export formated' button does not work

@AlexRuiz7
Copy link
Member

AlexRuiz7 commented Aug 18, 2021

Test Run in Firefox - 7.11.2 - v4.2.0-rc13

94% of tests have been completed.

Completed tests

The following test sets have been completed:

  • Modules filter checks
  • Modules view (1 test TBD)
  • Query bar
  • Module visualizations
  • FIM - Events
  • Modules reporting
  • Overview UI
  • Mangement status
  • Management home UI
  • Management - Cluster
  • Management - Logs
  • Management - Reporting
  • Management - Ruleset
  • Management - Groups
  • DevTools
  • Agents Preview
  • Agent specific UI
  • App menu
  • Backend jobs - Monitoring
  • Backend jobs - Statistics
  • Logout security
  • Misc

Failed tests

These tests have failed, as the app didn't work as expected:

  • Management - Logs: descending sort should apply a descending sort
    • Descending sort actually applies an ascending sort.
  • Logout security: login out from the app should deprecate the Wazuh API token too
    • Token is still active after logout and can be used on a curl command to query the Wazuh API.
  • App menu: Index pattern selector should show if there is more than one index pattern
    • A new index pattern have been created, but the index pattern selector does not show.
  • Agent UI: Inventory tables
    • Network Ports table is only sortable by 2 of the 4 columns. Columns headers use different fonts, depending whether it's sortable or not.
    • Processes table does not sort correctly by the PID, VM size nor Size columns.
      wazuh-4 2 0-rc13-inventory-processes

@matiasmoreno876
Copy link
Contributor

matiasmoreno876 commented Aug 18, 2021

Test Run in Safari - 7.10.2 - 4.2.0-rc13:

  • Operations With Agents
  • Full Exploratory testing in the view of Agents
  • Operations with Agent groups
  • Operations with Cluster configurations
  • Exploratory testing in Modules - FIM
  • Exploratory testing in Modules - Mitre - Framework
  • Modules - Security config assessment - Inventory

Errors Found

  • When you go to the Agents -> Create new agent, and select any configuration to perform, if you click on To verify the connection with the Manager, please follow this document. the link opens correctly in a new tab but without any information to show (broken link)

Grabación de pantalla 2021-08-18 a la(s) 14 41 14

  • When you go to the Agents section, you can see that the "Evolution" box and the "Actions" "Deploy new agent" "Export formatted" buttons do not adapt to the screen dimensions, remaining hidden in their frames.

Grabación de pantalla 2021-08-23 a la(s) 12 52 46

  • When you enter agents -> You select an agent, in the main view of the agent it is observed that the resizing of the screen makes the buttons of "System Auditing" and "Vulnerabilities" disappear without showing them again in the option of "More"

Grabación de pantalla 2021-08-23 a la(s) 13 24 20

Upgrade opportunity found

  • When you enter the Agents -> Create new agent, the Wazuh Documentation link opens in the current window, removing the user from the configurations, perhaps the best way would be to show that info in a new window.

Grabación de pantalla 2021-08-18 a la(s) 14 36 00

NOTE: the above mentioned bugs can be found in version 7.11.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants