Qunit only running lib: and preload-

Hi,

As of 2e71e6fc6f72442a6b93200debfaa7f9c18be9bc running http://localhost:4000/qunit only shows the lib: and preload- suites for a total of 251 asserts.

I was at 304f704 earlier today and did the following:

  • git pull
  • bundle install
  • bundle exec rake db:migrate
  • rm -fr tmp
  • bundle exec rails s -b 0.0.0.0

The development discourse instance is otherwise running fine. Did I do something wrong or do other have the same problem ?

Cheers

I vagrant destroy and vagrant up and followed instructions but still got the same result. It does not seem to be a problem with my environment.

I vagrant destroy and git checkout 304f704 and vagrant up and followed instructions and http://localhost:4000/qunit runs as expected (1746 assertions). So it’s either a regression or there exists a new way to run javascript tests.

As of today https://github.com/discourse/discourse/commit/5f481ec0979923e8c0d1eb47f247bc4439bb2f39 master still has the same issue.