Abhinav Pandey

Results 105 comments of Abhinav Pandey

Status Update for `test.input.R` : ```r test_that("Calling /api/inputs/{input_id}?filename={filename} with valid parameters returns Status 200", { res

Just a preview from our Swagger Documentations about responses. Making sure the current endpoints and documentations are up to date. --- --- EDIT : Another Point to be Noted :...

This is the test case I've been looking into for now in [apps/api/tests/test.runs.R](https://github.com/PecanProject/pecan/blob/develop/apps/api/tests/test.runs.R): ```r test_that("Calling /api/runs/{run_id}/graph/{year}/{yvar}/ with valid inputs returns Status 200", { res

Any Updates/Reviews @infotroph and @mdietze ??

Final briefing of all failing test cases with error logs/responses can be viewed in this `test-branch`'s folder: https://github.com/Sweetdevil144/pecan/tree/test-branch/apps/api/tests Started with debugging the corresponding `rpecanapi` folders and code files.

Final summary of total passing results {excluding failing(commented out) tests suites} : ```bash | F W S OK | Context ✔ | 3 | Testing authentication for API [96.2s] ✔...

> Sorry for the long wait. It’s interesting that the suite takes so long even with failing tests commented out — are the long run times in the first three...

> If you decide to fix this, I can assign you a high end VM at my companies end for you to work faster, would that work for you ?...

Hey, thanks a lot @GandalfGwaihir . It'll surely help a lot. As I estimate right now, this issue will be resolved by the end of this month. Although, I'll try...

Hello @mmabrouk . Is this issue open ? If yes, I would like to work on it again. I've previously fixed similar issues in agenta and would love to do...