Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
2aa269d7cfda
Commit
e2f43395
authored
Mar 01, 2018
by
Shinya Maeda
Browse files
Fix spec failure on mysql because it can not store long traces
parent
14d5be7d72c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/lib/gitlab/ci/trace_spec.rb
View file @
2aa269d7
...
...
@@ -483,7 +483,7 @@
context
'when trace is stored in database'
do
let
(
:build
)
{
create
(
:ci_build
,
:success
)
}
let
(
:trace_content
)
{
IO
.
read
(
expand_fixture_path
(
'trace/s
ample
_
trace'
))
}
let
(
:trace_content
)
{
'S
ample
trace'
}
let!
(
:src_checksum
)
{
Digest
::
SHA256
.
digest
(
trace_content
)
}
before
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment