Stefan Aurori
Stefan Aurori
I am having the same issue. I am trying to mock replies for two SELECT queries, one count(*) and the other selecting columns (using sql QueryContext and rows.Next() / rows.Scan())....
I have since switched to: https://github.com/DATA-DOG/go-sqlmock . Appreciate the work put into go-mocket but the Datadog library has much better support.
I'm seeing this issue on arm64 Mac (14" M1 Pro) as well. Testing against [main branch](https://github.com/fsnotify/fsnotify/commit/89b4cf13a78441b79b86eeea2ff309bf95bdbf66). Testing using the sample code above ```shell INFO[0000] success to watch file "123" INFO[0002]...
@arp242 possibly but I reported it because it's very similar behavior seen in [this comment](https://github.com/fsnotify/fsnotify/issues/421#issuecomment-1057974118) by OP.
@arp242 if you re-read my comment, I also did `echo` in addition to vscode write to show both scenarios.
Pulled latest `main` and ran `go test` but hit `too many open files` error: ```shell --- FAIL: TestWatchStress (28.71s) fsnotify_test.go:1129: limiting files to 122780 due to max open files limit...
I think Mac OS has some hard limit on max open files, so increasing ulimit doesn't help. Running `go test -short` passes: ```shell PASS ok github.com/fsnotify/fsnotify 10.562s ```
@arp242 Thanks for the thorough explanation. I did indeed conflate a bug I was seeing with the original issue mentioned here. But I was able t track it down in...
To add more information to @viktorkrepak comment, this is an issue with migrations because it uses `RawQuery` to execute the migration sql: https://github.com/gobuffalo/pop/blob/c85387acc9a0c2edb5c6a669618eefde86cfd085/file_migrator.go#L40 At least for migrations (and specifically sql...
I am experiencing this exact problem. In the code example (or in your app), if you pull the screen down a bit you can see the loading icon so it's...