Thomas Conté

Results 11 comments of Thomas Conté

Got a similar issue... Here is a debug log from the `nutter` CLI: ``` 2020-10-13 09:57:40,000:DEBUG:Executing function with HTTP retry policy. Max tries:20 delay:30 2020-10-13 09:57:40,002:DEBUG:Message from queue: 2020-10-13 09:57:40,410:DEBUG:https://adb-6447267702748866.6.azuredatabricks.net:443...

This seems to be linked to an inability to pickle the Java exception? Right now I am using the following workaround: ``` for res in result.test_results.results: # Workaround: suppress problematic...

Draft newbie here :) I think the missing log output is especially awkward while developing or modifying the Dockerfile. In this specific case I would definitely prefer having the full...

I get the same error with v4: Core Tools Version: 4.0.4426 Commit hash: N/A (64-bit) Function Runtime Version: 4.1.3.17473 ``` [2022-04-12T08:13:04.117Z] Traceback (most recent call last): [2022-04-12T08:13:04.118Z] File "/usr/local/Cellar/azure-functions-core-tools@4/4.0.4426/workers/python/3.9/OSX/X64/azure_functions_worker/bindings/shared_memory_data_transfer/file_accessor_unix.py", line...

I am facing something similar... ``` func executeCmd(t *testing.T, command, hostname string, port string, config *ssh.ClientConfig) string { conn, err := ssh.Dial("tcp", fmt.Sprintf("%s:%s", hostname, port), config) if err != nil...

Similar code, executed outside of Terratest, works fine: ``` package main import ( "bytes" "fmt" "golang.org/x/crypto/ssh" ) func main() { kkk := `-----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE...

Same here, I updated my dependencies to the latest version of the Terratest module and also upgraded from Go 1.15 to 1.16. It's working fine now...

Hi and thanks for your report! I have investigated similar reports with Jet Set Willy and Solomon's Key before. The issue happened when using .z80 versions of these games, and...

Thanks @zzedmore, I did not know about that! I will check it out.

For this type of issue we would need the link to the exact TZX image(s), please! This way we can try to reproduce the bug.