Purnima
Purnima
Sure. I'll raise a ticket in te new_version repo
There is a change in the workflow file that's a part of the PR. But the GitHub actions is considering the workflow file of the trunk branch instead of my...
PR ready for review [PR](https://github.com/atsign-foundation/at_client_sdk/pull/774)
The current focus is on the client performance tests https://github.com/atsign-foundation/at_client_sdk/issues/734. Moving it to backlog till then.
The current focus is on the client performance tests [client performance tests](https://github.com/atsign-foundation/at_client_sdk/issues/734). Moving it to backlog till then.
Currently, the timeouts in the server are hardcoded in the code for a default value. Hence the functional tests cannot be written around these at the moment.
The tests for connection limit, compaction, and access logs are pushed to the branch [issue#542](https://github.com/atsign-foundation/at_server/tree/issue%23542). This needs a config change in the server for the tests to pass.
@gkc I need a secondary config change (for instance inbound_connection_limit set to 2, compactionJobRun set to 1minute) for the tests to pass in the GitHub Actions. Can we pass a...
This task is dependent on #588 to adjust the config changes for the test atsigns. Hence no progress was made in this sprint.
Yes, @gkc. I need to set inbound_connection_limit and compactionJobRun before the test run and reset it to the default value after the test completion.