CCALI / a2jdat

This repo hosts the distributable production version of the A2J Document Assembly Tool (DAT). The document assembly tool is an optional piece of software used for producing pdf documents at the end of A2J Author Guided Interviews.
https://www.a2jauthor.org
Other
3 stars 1 forks source link

Automated test failure: assembles basic templates correctly #135

Open tobiasnteireho opened 10 months ago

tobiasnteireho commented 10 months ago

A single automated test is currently failing assembles basic templates correctly

https://github.com/CCALI/a2jdat/actions/runs/6539668491/job/17758211312#step:6:118

currently yields a 500 HTTP response when it should produce a 200 and pdf

tobiasnteireho commented 10 months ago

Manually testing basic pdf generation does work so this can be ignored for now.

tobiasnteireho commented 10 months ago

increasing timeout as in #138 fixes on local and dev but still fails in github actions

Screenshot 2023-10-23 at 10 12 24 AM
tobiasnteireho commented 1 month ago

now fails locally even with timeout increase. May need to skip as long as pdfs manually generate

tobiasnteireho commented 1 month ago

likely related to https://github.com/CCALI/a2jdat/issues/100