MichaelC michael-2
  • Joined on 2023-03-12
MichaelC commented on pull request studio/flamenco#104229 2023-07-13 23:29:19 +02:00
Webapp: Clarification of Worker Maintenance section

I have updated this PR to include "{name} is in error state"

MichaelC pushed to app_worker_maintenance_caption at michael-2/flamenco 2023-07-13 23:28:12 +02:00
32f5e97c65 Merge branch 'main' into app_worker_maintenance_caption
3ac59c73fb PR fixes
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 created pull request studio/flamenco#104236 2023-07-13 23:25:15 +02:00
Run Flamenco Unit Tests in the local timezone
MichaelC pushed to mock_test_timezone_aware at michael-2/flamenco 2023-07-13 23:16:37 +02:00
51868e5918 Merge branch 'main' into mock_test_timezone_aware
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
Compare 18 commits »
MichaelC pushed to mock_test_timezone_aware at michael-2/flamenco 2023-07-13 23:14:01 +02:00
db30f6f417 Create a mocked clock with time.Local timezone
520102627d Worker: Point users to docs if worker cannot find Blender
effac1c159 Git-ignore .vscode/launch.json
b58f1e15f1 Add CLI utility to recreate tasks of jobs
06738b8aa4 Manager: disable SQLite foreign key constraints when migrating the database
Compare 10 commits »
MichaelC created branch mock_test_timezone_aware in michael-2/flamenco 2023-07-13 23:14:00 +02:00
MichaelC commented on issue studio/flamenco#103673 2023-07-13 03:56:57 +02:00
Flamenco: Failed: command exited abnormally with code 11

I just noticed, two of your crash logs have multiple EXCEPTION_ACCESS_VIOLATIONs as well as the null pointer one.

Eg:

pid=14952 > Error   : EXCEPTION_ACCESS_VIOLATION
pid=14952 > Address…
MichaelC commented on issue studio/flamenco#103673 2023-07-13 03:44:27 +02:00
Flamenco: Failed: command exited abnormally with code 11

@BlackElkX - a quick search on Blender and there are four open issues with specifically in the title but none look like this exactly type of null pointer exception (all zeros memory address).

Yo…

MichaelC commented on issue studio/flamenco#103673 2023-07-13 03:38:54 +02:00
Flamenco: Failed: command exited abnormally with code 11

@BlackElkX thanks for the details on the setup and crash logs.

There is a discussion about "exit 11" in Flamenco chat here: https://blender.chat/channel/flamenco?msg=QEmqpZMJbQCb8h9Rp

The…

MichaelC pushed to msg_blender_not_found at michael-2/flamenco 2023-07-06 15:04:35 +02:00
31726a9224 PR fixes
MichaelC commented on pull request studio/flamenco#104234 2023-07-06 15:00:30 +02:00
Shaman: fail unit test when running as root user (linux)

Thanks for the review. I agree with your points and failing on root is a better solution and using your code snippet makes sense.

Tested as root user inside a Docker container...

---…
e3a6522af6 disallow root running the TestCheckSharedStoragePath test
MichaelC closed issue studio/flamenco#104233 2023-07-06 14:52:31 +02:00
Flamenco Unit Test - meta_test.go - TestCheckSharedStoragePath fails if run as root user (linux)
MichaelC commented on issue studio/flamenco#104233 2023-07-06 14:52:30 +02:00
Flamenco Unit Test - meta_test.go - TestCheckSharedStoragePath fails if run as root user (linux)

Makes sense. Thanks for the feedback!

MichaelC created pull request studio/flamenco#104234 2023-07-06 04:35:26 +02:00
Flamenco Unit Test - meta_test.go - TestCheckSharedStoragePath ignore permission test if tests are run as root user (linux)
MichaelC created branch mgr_api_meta_test_TestCheckSharedStoragePath in michael-2/flamenco 2023-07-06 04:33:16 +02:00
4deef05cf9 only test non-root users have permission denied for inaccessible paths
MichaelC commented on issue studio/flamenco#104233 2023-07-06 04:15:46 +02:00
Flamenco Unit Test - meta_test.go - TestCheckSharedStoragePath fails if run as root user (linux)

A side effect of this test failing appears to mock test testing.go CreateTestConfig() leave ~5 "shaman-test-*" directories lying around despite there being cleanup function to remove them.

Clean…

MichaelC opened issue studio/flamenco#104233 2023-07-06 02:58:30 +02:00
Flamenco Unit Test - meta_test.go - TestCheckSharedStoragePath fails if run as root user (linux)