zzak

Results 331 comments of zzak

Then you should redefine the constant to `RegExp`, like `Regexp = RegExp`, in the gem. Perhaps the maintainer would accept this patch, but it's not anything we can fix in...

I can't for the life of me figure out where we actually _use_ `SELENIUM_DRIVER_URL`... 🤔

👀 https://github.com/rails/rails/commit/d9e79ce7f4eb86a8f74c0f583c3fc0105c399a71

This is the same error I was getting when trying this in a repo at work, that was what brought me here 😭

If you are signed into Buildkite, you should see a button to review the build script and approve the job. I'm assuming you have the correct permissions though.

@hahmed That was my bad, sorry. I had left a broken config on the meta-ci, rebuilding now. :pray:

Also, I think the thing I realized is we're no longer using the chrome container (as of https://github.com/rails/rails/commit/d9e79ce7f4eb86a8f74c0f583c3fc0105c399a71) where running karma on saucelabs instead. At least for Action View. I'm...

Here's the build failure: https://buildkite.com/rails/rails-ci/builds/153#018b01bb-95a4-4f6c-ad89-307057bf5fc8/1091-1099 Could not find table 'action_mailbox_inbound_emails' (ActiveRecord::StatementInvalid)Full stacktrace: ``` /rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb:460:in `table_structure': Could not find table 'action_mailbox_inbound_emails' (ActiveRecord::StatementInvalid) --   | from /rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb:109:in `columns'   | from /rails/activerecord/lib/active_record/connection_adapters/schema_cache.rb:335:in `block...

I think RF just fixed that failure about the `action_mailbox_inbound_emails` in rails/rails@a731dbdfb8940b657946b8febcf7f56d7227beb0 I'm going to issue a rebuild. We should figure out how to get these tests passing on Buildkite.

So it seems like chrome is just crashing, there is probably a flag we can add to fix that: > Selenium::WebDriver::Error::SessionNotCreatedError: session not created: Chrome failed to start: exited normally....