-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix functional tests failures for STF tests #166
base: master
Are you sure you want to change the base?
Conversation
b8ffcb7
to
ff8ef96
Compare
9f933df
to
3fda2d0
Compare
recheck |
17863ff
to
91990e9
Compare
8353e87
to
2503c4a
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
2503c4a
to
a381325
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
de97212
to
2d46452
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
410547e
to
3190efb
Compare
3190efb
to
a771ce8
Compare
a771ce8
to
3190efb
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
3190efb
to
50b970b
Compare
50b970b
to
d0efff0
Compare
* Update the alarm to use FVT_TESTING in the alarm description so we can identify the alarm created by this test * Replace grep with an updated failed_when condition * Correct the failed_when condition to match the alarm message
* Retry the check for alarm creation TODO: * Add check for Prometheus rule deletion
Fix ansible-lint errors
This avoids some errors in parsing the alertmanager config, which caused delays and the alarm not to appear in the logs
roles/test_snmp_traps/tasks/main.yml
Outdated
- name: "Set the prom auth" | ||
ansible.builtin.include_role: | ||
name: client_side_tests | ||
tasks_from: get_prom_info.yml | ||
vars: | ||
prom_auth_method: token | ||
when: | ||
- prom_auth_string is not defined | ||
- prom_url is not defined | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is included in #209
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8a3889d
to
695d95e
Compare
695d95e
to
214c79c
Compare
The issue may have been caused by the observability strategy tests causing both community and redhat monitoring components to be installed and shadowing the monitoring component definitions (prom, alertmanager, etc)
Depends-On: #177