-
Notifications
You must be signed in to change notification settings - Fork 240
wait for single file analysis (update) #1252
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
Conversation
b51d1e2 to
a397a86
Compare
a397a86 to
c3fb840
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1252 +/- ##
==========================================
- Coverage 92.54% 91.77% -0.78%
==========================================
Files 381 376 -5
Lines 24320 21088 -3232
==========================================
- Hits 22508 19354 -3154
+ Misses 1812 1734 -78 ☔ View full report in Codecov by Sentry. |
c3fb840 to
3af664e
Compare
euwint
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but when I run pytest in src/test/integration/intercom/, the test does not terminate. This is probably due to a threading problem
3af664e to
099fa8c
Compare
also adds a button to the 'analysis is outdated' message to update it
099fa8c to
9d27c2d
Compare
should hopefully be fixed now (see https://github.com/fkie-cad/FACT_core/compare/099fa8c63f711a4ccba0b993c3fd237818345d30..9d27c2d5606d6845a769deab7e18adf848a7d5dc) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem is fixed
makes intercom backend listener "responder" asynchronous (so it does not block when waiting for the result)
converts the "single file analysis task" listener into a responder
changes the show analysis page so that single file analyses are awaited and the page is automatically reloaded
adds a button to the "analysis is outdated" message to quickly update it
based on intercom backend refactoring: make data flow comprehensible #1251 so that one should be merged first