On Thu, 17 Apr 2025 at 22:45, Eduard Zingerman <eddyz87@xxxxxxxxx> wrote: > > Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> writes: > > [...] > > > I struggled to have more than two callbacks automatically working with > > RUN_TESTS and struct_ops, so I guess I will do explicit loading and > > failure checks. > > Could you please clarify the use-case a bit? > In theory two RUN_TESTS should be independent. I meant I see strange behavior when I have both .enqueue and .dequeue and do RUN_TESTS, for the second callback, I see unexpected load success. When keeping one of the callbacks, everything is ok. I didn't dig further the other day before sending it out. > > [...]