GSoC 2022: Improving 3.x E2E Tests - Project Updates

Project updates to 2022-07-20T18:30:00Z

  1. Worked on fixing the data mutation issue.

Jira ticket -
https://issues.openmrs.org/browse/O3-1316

Pull request -

Had a few issues with;

  • Setting up the back end - Got fixed (Talk discussion)
  • Errors with MySQL connection for making a dump of the database; the connection issue got fixed by mysqldump -h localhost -P 3306 --protocol=tcp -u openmrs -popenmrs openmrs > openmrs.sql command. And it worked after setting the database port to 3036 in docker. So I could be able to make a dump of the database. But dumping data for tables is stopped at the first execution. Error log - mysqldump error log - Pastebin.com Slack thread - Slack
  1. Worked on fixing two existing tests.
  • Patient registration test.

Jira ticket -
https://issues.openmrs.org/browse/O3-1403

Pull request -

The test checks have passed. And the pull request is ready for review and merge.

Jira ticket -
https://issues.openmrs.org/browse/O3-1406

Pull request -

The test checks have passed. And the pull request is ready for review and merge.

cc: @jayasanka @ibacher @bistenes

1 Like