-
Notifications
You must be signed in to change notification settings - Fork 15
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
uploaded movie review microservice benchmark #226
base: main
Are you sure you want to change the base?
Conversation
Can you rename it from examples/movie to something more meaningful like example/movie-micro-service etc. ? |
ok
…On Tue, Sep 26, 2023 at 12:13 PM Vidhush Singhal ***@***.***> wrote:
Can you rename if from examples/movie to something more meaningful like
example/movie-micro-service etc. ?
—
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANAV6OKGV3GGQAP63ZOORP3X4L5MNANCNFSM6AAAAAA5H6JKLQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
So I need to open another pull request then? |
No. modify it locally and then use -f to force push it to origin . It will automatically update the PR here. |
Your movie test failed: https://github.com/iu-parfunc/gibbon/actions/runs/6315149798/job/17147823949#step:14:101 |
Yeah, I forgot to update the dir in test-gibbon-examples accordingly after changing the name of the directory. It should be fixed now. |
What is this? https://github.com/iu-parfunc/gibbon/actions/runs/6317817919/job/17158707670?pr=226#step:14:101 |
Ok, this is because I name the file as movies.hs instead of Movies.hs. Therefore the module could not be found. Now I changed the name of the file, I think the module could be found. |
Ok, I will make sure ./run_all_tests.sh succeed first. Somehow when I changed the name of the file, the change does not occur when I commit it. |
@PL-666 any interetest in nailing this one? |
fd85ae8
to
8eb6b2c
Compare
There was still some bug that I could not figure out the fix. Let me try to fix it over the weekend. Sorry about that. |
@PL-666 no problem at all! If you have trouble with it, we can also meet and look into it together (virtually or at Purdue). |
@ulysses4ever So there is a segmentation fault that occurs when I increase the size of testcases beyond 100, previously I could increase it to something like 100,000 with out causing any problem. But due to a past update, the segmentation fault occurred and I have no idea how to fix it. |
@PL-666 thanks for the update! Could you post the directions for how to reproduce the segafult here? |
@ulysses4ever Basically compiling and running testInsertMovie.hs would cause the segfault. If I change line 14 from |
Thanks! I’ll try to look into it early next week. |
No description provided.