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

test: [CO-822] add test for schedule agent #350

Merged
merged 12 commits into from
Oct 5, 2023
Merged

test: [CO-822] add test for schedule agent #350

merged 12 commits into from
Oct 5, 2023

Conversation

frisonisland
Copy link
Contributor

This PR adds only characterization tests to confirm a system behavior regarding the bug CO-822.
It was later found this is not a bug, rather an issue in handling data on client side (Thunderbird)

- Adds initial test environment with test containers and Jetty
- add scripts and containers to create mailbox (mariadb 10.1)
- make create_database.sql location configurable from LC.java
- add java client as test dependency
- TODO: init redolog manager
- add test for schedule agent client
- spin up local resources
- use random port of containers to connect
- run DavServletTest + timeout 3 minutes for containers
- using containers is not possible for now in ci
- use MailboxTestUtil to mask setup for API tests
- merge changes from devel
- fix DavServletTest with notification test
- remove selective test from Jenkinsfile
- use utility classes and remove old one
- add javadoc
- JettyServerFactory javadoc
- JettyServerFactory final Server
@frisonisland frisonisland marked this pull request as ready for review October 5, 2023 10:51
@frisonisland frisonisland requested a review from a team as a code owner October 5, 2023 10:51
@frisonisland frisonisland requested review from keshavbhatt, flanciotti and aheeva-yuliya and removed request for a team October 5, 2023 10:51
- It is not necessary to add a localconfig for the db script (yet) bc we are using hsqldb in our tests.
@frisonisland frisonisland merged commit fba0900 into devel Oct 5, 2023
@frisonisland frisonisland deleted the fix/CO-822 branch October 5, 2023 13:32
matteobaglini added a commit that referenced this pull request Oct 18, 2023
* devel: (71 commits)
  fix: [CO-861] mailbox wsdl generator uses soap 12 soap protocol wrong content type (#356)
  chore: deprecate zimbraFeatureMailEnabled attribute (#352)
  feat: follow RFC-6266 to parse extended filename from uploads (#335)
  chore: 23.11.0 devel + minor build changes (#339)
  fix:  CO-823 FreeBusy missing uid parameter in CalDav request (#343)
  test: [CO-822] add test for notification when schedule-agent=client (#350)
  feat: add ubuntu 22.04 (jammy jellyfish) support (#347)
  fix: log category does not exist (#346)
  chore: modify slogger configuration (#341)
  chore: bump 4.9.1 (#345)
  revert: "feat: zimlet code cleanup (#310)" (#344)
  feat: deprecate CSRF-related LDAP-attributes ref: CO-818
  chore: remove -SNAPSHOT (#337)
  chore: 23.10.0 + 4.9.0
  chore: bump 4.8.3 (#333)
  fix: delete CalDav appointment (#332)
  chore: IN-620: use syft and dependency-track platform for SBOM (#325)
  feat: add 127.0.0.1 to MailTrustedIP to prevent loss of OIP (#328)
  chore: wrong bump (#331)
  chore: bump rc 4.8.2 (#330)
  ...
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

Successfully merging this pull request may close these issues.

2 participants