haseebmalik18 commented on PR #59734:
URL: https://github.com/apache/airflow/pull/59734#issuecomment-3710530949

   @vatsrahul1001 The E2E test for audit log pagination currently creates 4 
events via 3 DAG triggers, but the UI config sets page_size: 15, so pagination 
won't trigger. To properly test pagination, we'd need 16+ events, which would 
require ~14+ DAG triggers which would be quite slow. What's would you say is 
the recommended approach for generating event logs to generate pagination 
direct DB inserts, lower page_size config for tests, or another method?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to