Travis CI
build****@travi*****
Mon Dec 12 23:44:22 JST 2016
Build Update for ranguba/rroonga
-------------------------------------
Build: #1732
Status: Errored
Duration: 13 minutes and 1 second
Commit: b0e05ab (master)
Author: Kouhei Sutou
Message: Add missing Zstandard support in dumper
The following test is failed without this change:
Failure: test_zstd(SchemaDumperTest::CommandSyntaxSchemaDumperTest::ColumnCompressionTest)
/home/kou/work/ruby/rroonga/test/test-schema-dumper.rb:439:in `test_zstd'
436: define_column_compression_zstd_schema
437: flags = "COLUMN_SCALAR"
438: flags << "|COMPRESS_ZSTD" if context.support_zstd?
=> 439: assert_equal(<<-SCHEMA, dump)
440: table_create Posts TABLE_NO_KEY
441: column_create Posts title #{flags} ShortText
442: SCHEMA
<"table_create Posts TABLE_NO_KEY\ncolumn_create Posts title COLUMN_SCALAR|COMPRESS_ZSTD ShortText\n"> expected but was
<"table_create Posts TABLE_NO_KEY\ncolumn_create Posts title COLUMN_SCALAR ShortText\n">
diff:
table_create Posts TABLE_NO_KEY
? column_create Posts title COLUMN_SCALAR|COMPRESS_ZSTD ShortText
--------------
View the changeset: https://github.com/ranguba/rroonga/compare/be0fc6d5cbe5...b0e05ab94ae7
View the full build log and details: https://travis-ci.org/ranguba/rroonga/builds/183263033
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
Download