Single Mode Test Suite

A few people have report they are having problems with adopting single mode

Mostly, it’s seems to involve one host sometimes loading cfcs from another?

It’s important in single mode to keep a few things in mind

  • any host/app specific mappings need to be done via Application.cfc
  • the CFML Application namespace is shared across different hosts, i.e. myapp on host1 is the same application as myapp on host2
  • basically the same rules as with ACF (Adobe Coldfusion)

I have created a Github actions test suite

So far I can’t reproduce any problems, if you are experiencing problems with this, please fork the repo and see if you can reproduce the issue you are encountering

1 Like