This website requires JavaScript.
Explore
Help
Sign In
jamey
/
berrypod
Watch
1
Star
0
Fork
0
You've already forked berrypod
Code
Issues
Pull Requests
Actions
Packages
Projects
1
Releases
Wiki
Activity
f91b47f0c3
berrypod
/
test
/
test_helper.exs
3 lines
91 B
Elixir
Raw
Normal View
History
Unescape
Escape
add SQLite concurrency tests and bench task BenchRepo for isolated concurrency testing against temp DB files. Correctness tests prove WAL concurrent reads, IMMEDIATE transaction mode vs DEFERRED upgrade failures, and PRAGMA application. Benchmark tests (tagged :benchmark, excluded by default) measure throughput. mix bench.sqlite runs HTTP load scenarios against the full Phoenix stack with --prod, --scale, --pool-size, and --busy-timeout options. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 09:23:36 +00:00
ExUnit
.
start
(
exclude
:
[
:benchmark
]
)
rename project from SimpleshopTheme to Berrypod All modules, configs, paths, and references updated. 836 tests pass, zero warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 21:23:15 +00:00
Ecto.Adapters.SQL.Sandbox
.
mode
(
Berrypod.Repo
,
:manual
)
Reference in New Issue
Copy Permalink