MichaelC michael-2
  • Joined on 2023-03-12
MichaelC commented on pull request studio/flamenco#104296 2024-04-08 21:45:29 +02:00
Improvements to URL handling in the webapp allowing for SSL (when behind a proxy)

Thanks @William-Gardner so much for this patch... really useful!

MichaelC commented on issue studio/flamenco#104290 2024-04-02 16:03:21 +02:00
Unit Tests - Docker/arm64 - FAIL projects.blender.org/studio/flamenco/internal/worker - context deadline exceeded

Thanks for the input... I wasn't sure how accommodating in the unit tests you wanted to be for the loadbuild/runtime environments.

I quickly looked at the code base and it was not clear to me…

MichaelC commented on issue studio/flamenco#104290 2024-03-31 15:59:01 +02:00
Unit Tests - Docker/arm64 - FAIL projects.blender.org/studio/flamenco/internal/worker - context deadline exceeded

I also reviewed the past couple of weeks of nightly builds and noticed this error now is consistently happening...

#16 34.86 --- FAIL: TestAddWorkerToJobBlocklist (1.34s)
#16 34.86    …
MichaelC commented on issue studio/flamenco#104290 2024-03-31 15:57:55 +02:00
Unit Tests - Docker/arm64 - FAIL projects.blender.org/studio/flamenco/internal/worker - context deadline exceeded

I think the most reliable way would be to pass in the hosts architecture to the multi-arch Dockerfile as an ENV or ARG and then update the flamenco makefile to compare host architecture value…

MichaelC commented on issue studio/flamenco#104290 2024-03-28 16:46:16 +01:00
Unit Tests - Docker/arm64 - FAIL projects.blender.org/studio/flamenco/internal/worker - context deadline exceeded

Ive just got back from vacation but some reading around and qemu is just slower. Its not so much about docker being slow.

Its a problem for me but not a blocker. Insofar as arm nightlies…

MichaelC commented on issue studio/flamenco#104290 2024-03-08 00:52:41 +01:00
Unit Tests - Docker/arm64 - FAIL projects.blender.org/studio/flamenco/internal/worker - context deadline exceeded

I agree with the sentiment that 500ms is more than enough time for the unit test db fetch. This timeout is likely due to slowness in buildx (which uses a QEMU emulator for arm64 on an amd64…

MichaelC opened issue studio/flamenco#104290 2024-03-07 15:58:58 +01:00
Unit Tests - arm64 - FAIL projects.blender.org/studio/flamenco/internal/worker - context deadline exceeded
MichaelC commented on issue studio/flamenco#104288 2024-03-01 17:10:17 +01:00
Unit tests sometimes fail due to failing the allowed sleep difference - /code/internal/worker/command_misc_test.go

From what I understand, the buildx cross-platform builds use QEMU and emulate hardware so this could be another riddle on top of different host machines we are using.

I have just tried that…

MichaelC opened issue studio/flamenco#104288 2024-03-01 15:41:29 +01:00
Unit tests sometimes fail due to failing the allowed sleep difference - /code/internal/worker/command_misc_test.go
MichaelC pushed to app_worker_maintenance_caption at michael-2/flamenco 2023-08-05 05:01:48 +02:00
719073d27d only use worker-status span for error word
MichaelC pushed to app_worker_maintenance_caption at michael-2/flamenco 2023-08-05 04:59:15 +02:00
9a2d01e2c5 Merge remote-tracking branch 'upstream/main' into app_worker_maintenance_caption
2c18dda47f remove period from sentence
4e31ccb31c Add SIGGRAPH 2023 redirect
b2c49492f1 Makefile: get proper git hash when directly on tag + dirty
100e8e404e Rename add-on to flamenco-addon.zip
Compare 25 commits »
MichaelC commented on pull request studio/flamenco#104236 2023-08-05 04:51:46 +02:00
Run Flamenco Unit Tests in the local timezone

I've looked a bit more at the code base with your hint that this is supposed to be testing that the output path directory name uses UTC timestamp, and not a local timestamp.

With this…

MichaelC pushed to faq_worker_not_finding_blender at michael-2/flamenco 2023-08-04 23:30:59 +02:00
120d1e4654 simplify language and fix use of commas
bb81cf38af Merge remote-tracking branch 'upstream/main' into faq_worker_not_finding_blender
4e31ccb31c Add SIGGRAPH 2023 redirect
b2c49492f1 Makefile: get proper git hash when directly on tag + dirty
100e8e404e Rename add-on to flamenco-addon.zip
Compare 25 commits »
MichaelC commented on pull request studio/flamenco#104236 2023-07-22 17:32:05 +02:00
Run Flamenco Unit Tests in the local timezone

Thanks for the PR. I'm wondering if this is the right approach, though. If there is code in Flamenco that makes assumptions about the timezones, then I feel that that's a bug that needs…

MichaelC commented on pull request studio/flamenco#104236 2023-07-22 17:29:40 +02:00
Run Flamenco Unit Tests in the local timezone

I did wonder about that but moved it to local timezone. I didn't realise it was intentionally a timezone test. I can fix that back up to test UTC timestamps.

MichaelC commented on issue studio/flamenco#99965 2023-07-14 02:55:12 +02:00
Make Shaman compatible with symlinked storage directories

Marking as high priority as this can cause loss of files. However, I expect it to be unlikely to happen in practice, as Flamenco should just be configured with the actual storage path.

I…

MichaelC commented on issue studio/flamenco#99965 2023-07-14 02:51:24 +02:00
Make Shaman compatible with symlinked storage directories

To recreate this problem (on Linux workstation) in the Flamenco Shaman unit tests, comment out L38-41 in Then create a symlinked TempDir() path.

$> ls -l /tmp/
total 124
drwxrwxr-x 7…
MichaelC commented on issue studio/flamenco#103014 2023-07-14 02:13:40 +02:00
Can't submit render task to flamenco from Blender

@wilsonli88 - is this still a problem for you? Is it still happening? Have you tried newer Blender or Flamenco versions since raising this issue here?

MichaelC pushed to faq_worker_not_finding_blender at michael-2/flamenco 2023-07-14 02:08:57 +02:00
e7457a5935 incorporate PR suggestions
229e9ab9b9 Merge remote-tracking branch 'origin' into faq_worker_not_finding_blender
3def3d2260 Worker: make `-version` CLI option show the 'extended' version
ebd40dbcd5 Update CHANGELOG
b24d748840 Add-on: use the 'eval' description in the 'eval now' button as well
Compare 39 commits »
MichaelC pushed to main at michael-2/flamenco 2023-07-14 01:57:04 +02:00
3def3d2260 Worker: make `-version` CLI option show the 'extended' version
ebd40dbcd5 Update CHANGELOG
b24d748840 Add-on: use the 'eval' description in the 'eval now' button as well
6994413ed6 Use new property names for 'use automatic values' button
4b53c06467 OAPI: regenerate code
Compare 37 commits »