issues
search
wildfly
/
wildfly-github-bot
GitHub bot for WildFly project.
Apache License 2.0
3
stars
13
forks
source link
Implement Simple Event polling and create profile based testing
#200
Closed
The-Huginn
closed
4 months ago
The-Huginn
commented
6 months ago
Implement simple Event polling processor, which adjust the received events and fires those events
Implement simple testing framework for manual event firing - i.e.
GitHubEventEmitter
- new interface for firing events, our event polling processor)
Implement another testing framework for profile aware testing, between sse and manually fired events from polling
Rewrite tests to use profile aware testing
Future work:
Tests for event firing testing framework
Implement caching of events since last polling (currently we take only the last event and fire it) + tests
GitHubEventEmitter
- new interface for firing events, our event polling processor)Future work: