Commit graph

9 commits

Author SHA1 Message Date
Eric Lippmann
e31b101f4f Upgrade go-redis to v9
Co-Authored-By: Alvar Penning <alvar.penning@icinga.com>
2024-03-22 15:32:15 +01:00
Yonas Habteab
23ac5914aa Add empty custom vars test cases 2023-06-29 13:43:33 +02:00
Julian Brost
5cbaac5cbc Fix tests for new icinga2 master
A recent change in icinga2 [1] prevents modifying some object attributes via
the API, most notably those that influence the name of the object. Previously,
the tests would also include these attributes in the POST requests that modify
the objects (but with the same value as before), something that is now
rejected.  Therefore, this commits allows to label attributes as "nomodify" so
that they won't be sent in this case.

[1]: https://github.com/Icinga/icinga2/pull/9407
2022-10-12 15:37:54 +02:00
Yonas Habteab
a89e82b794 Fix integration tests 2022-05-31 17:05:51 +02:00
Julian Brost
02fd728579 Port integration tests to PostgreSQL 2022-03-15 15:17:19 +01:00
Noah Hilverling
40c3c29af2 Integration tests: Add notifications and improve user runtime updates 2021-11-12 18:49:43 +01:00
Eric Lippmann
87832d43bd Enable tests for custom var flat runtime sync 2021-10-26 09:31:41 +02:00
Julian Brost
47bc17f7d8
Update icinga-testing and use new features (#362)
The new version deploys its own ApiUser so there is no more need to do this
here and also waits for reloads to finish, so no more need for some sleeps.
2021-09-09 13:52:45 +02:00
Julian Brost
2f3e4ae93b Start adding integration tests 2021-09-02 10:15:21 +02:00