You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ajbouh, long time no see, this project looks great.
Tried to run it against our main app's minitest suite but got an error. Maybe has something to do with the fact that we don't use rake test or something about our directory structure?
$ bundle exec qa minitest -archive-base-dir ~/.qa/archive
/Users/petersugihara/open_listings/test/test_helper.rb:166: warning: already initialized constant PhotoStub
/Users/petersugihara/open_listings/test/test_helper.rb:166: warning: previous definition of PhotoStub was here
/Users/petersugihara/open_listings/test/test_helper.rb:168: warning: already initialized constant PROPERTY_IMAGE_REGEX
/Users/petersugihara/open_listings/test/test_helper.rb:168: warning: previous definition of PROPERTY_IMAGE_REGEX was here
/Users/petersugihara/open_listings/test/test_helper.rb:169: warning: already initialized constant S3_PROPERTY_IMAGE_REGEX
/Users/petersugihara/open_listings/test/test_helper.rb:169: warning: previous definition of S3_PROPERTY_IMAGE_REGEX was here
/Users/petersugihara/open_listings/test/test_helper.rb:170: warning: already initialized constant SLACK_NOTIFIER_URL
/Users/petersugihara/open_listings/test/test_helper.rb:170: warning: previous definition of SLACK_NOTIFIER_URL was here
/Users/petersugihara/open_listings/test/test_helper.rb:171: warning: already initialized constant HOWLOUD_V2_SCORE_URL
/Users/petersugihara/open_listings/test/test_helper.rb:171: warning: previous definition of HOWLOUD_V2_SCORE_URL was here
Will run 0 tests using 4 jobs and seed 19892. Will only show passing/omitted tests with output...
🏁 Ran 0 tests in 16.375s (0s of job time): .
[1474356304-cmibnspx.tapj.zip](https://github.com/ajbouh/qa/files/481841/1474356304-cmibnspx.tapj.zip)
Looks like we're seeing multiple bugs at once. I suspect that:
something is causing all of your tests to be ignored
capturing values of local variables isn't working for some reason
Try using -errors-capture-locals=false to avoid the second problem. I'm still trying to track down the first problem. You're not the only one to have it, but I have been unable to reproduce it.
Hey @ajbouh, long time no see, this project looks great.
Tried to run it against our main app's minitest suite but got an error. Maybe has something to do with the fact that we don't use
rake test
or something about our directory structure?.qa archive:
1474356304-cmibnspx.tapj.zip
test dir tree:
The text was updated successfully, but these errors were encountered: