Conversation
|
Hi @t-sorger, Any update here? FYI, it would probably be a good idea to rebase with master, I made some updates recently. |
|
Hi @andre15silva, I am still encountering issues with BugsInPy and how it works. Thanks for the hint, I will rebase with master as soon as possible! |
Update submodules when rebasing with master
Update submodules when rebasing with master
|
hi all, how to complete this important task? |
The major blocker right now is the execution of samples since executing them locally requires installing a lot of dependencies. @t-sorger is working on dockerizing BugsInPy so the samples execute in an isolated environment with their own set of dependencies |
|
ack, thanks. yes, containerization of execution is indeed important.
|
|
Hey @t-sorger , what is the status of this PR? |
|
Hi @andre15silva, I've been very busy lately finishing my thesis. Therefore, I will continue working on this PR after my defence, which is scheduled for mid-June. |
|
Thanks for the updates @t-sorger ! What are the current blockers here? |
|
Hi @andre15silva, I still need to check why the tests are running locally but not here; I haven’t had a chance to look into it yet. |
|
Got it. As for the next steps, yes that's about it. The list we had defined is still valid: #178 (comment) |
|
Hi @andre15silva, |
Hi @t-sorger !
For identifying the flaky ones, you want to run them several times. One solution is to add a for loop in the |
|
The |
How many failed to run the tests and what command fails to run? Would be nice to have the statistics of this and a list of common errors. |
|
ping @t-sorger for completion. thanks! |
|
After running the tests on all the bugs, I got the following results. Is there a specific project I should prioritise to analyse why they fail or why the |
|
you can debug with any project and hopefully the root cause and its fix will be shared with the other ones. |
|
I added more extensive logging and ran it over the entire dataset again, so I can now investigate the log files. |
WIP: Issue #178