Skip to content

Instantly share code, notes, and snippets.

@knewter
Created May 1, 2014 19:47
Show Gist options
  • Save knewter/91cbee962a140544050e to your computer and use it in GitHub Desktop.
Save knewter/91cbee962a140544050e to your computer and use it in GitHub Desktop.
[jadams:/home/jadams/elixir/hex_web] master(+10/-11) ± mix test
The database for repo HexWeb.Repo has already been dropped.
The database for repo HexWeb.Repo has been created.
14:47:16.373 [warning] lager_error_logger_h dropped 58 messages in the last second that exceeded the limit of 50 messages/sec
* running UP _build/test/lib/hex_web/priv/migrations/20140128201839_add_users_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140128205233_add_packages_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140128213400_add_releases_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140128213543_add_requirements_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140220143758_add_registries_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140316111040_add_keys_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140320212302_add_downloads_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140323211856_add_release_downloads_view.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140323232653_add_package_downloads_view.exs
** (ArgumentError) cannot access module File.Stat because it is not a record
(elixir) expanding macro: Kernel.access/2
test/hex_web/api/router_test.exs:258: HexWeb.API.RouterTest."test create release updates registry"/1
(elixir) src/elixir.erl:157: :elixir.erl_eval/2
(elixir) src/elixir.erl:150: :elixir.eval_forms/4
(elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/2
(elixir) lib/code.ex:303: Code.require_file/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment