[Groonga-commit] Still Failing: groonga/groonga#5487 (master - 620fc9b)

Back to archive index

Travis CI build****@travi*****
Tue Jun 23 18:27:33 JST 2015


Build Update for groonga/groonga
-------------------------------------

Build: #5487
Status: Still Failing

Duration: 17 minutes and 21 seconds
Commit: 620fc9b (master)
Author: Kouhei Sutou
Message: logical_count: support month and day mixed shards

In the same month, month shard must have earlier records rather than day
shards in the same month.

OK:

  * XXX_201506   <- includes only 2015-06-01 and 2015-06-02 records
  * XXX_20150603 <- includes only 2015-06-03 records
  * XXX_20150604 <- includes only 2015-06-04 records
  * ...

OK:

  * XXX_201506   <- includes only 2015-06-01 and 2015-06-03 12:00:00 records
  * XXX_20150603 <- includes only 2015-06-03 12:00:01 or older records
  * XXX_20150604 <- includes only 2015-06-04 records
  * ...

NG:

  * XXX_201506   <- includes only 2015-06-01 and 2015-06-04 records
  * XXX_20150603 <- includes only 2015-06-03 records
  * XXX_20150604 <- includes only 2015-06-04 records
  * ...

You can change to day shard mode from month shard mode in the next
month.

OK:

  * XXX_201506   <- Month shard mode
  * XXX_20150603 <- Change to day shard mode
  * XXX_20150604 <- Day shard mode
  * XXX_201507   <- Change to month shard mode
  * XXX_20150703 <- Change to day shard mode
  * ...

But you can't change to month shard mode from day shard mode.

NG:

  * XXX_201506   <- Month shard mode
  * XXX_20150603 <- Change to day shard mode
  * XXX_20150604 <- Day shard mode
  * XXX_201506   <- Changed to month shard mode: NG!
  * ...

View the changeset: https://github.com/groonga/groonga/compare/bf72f4d530c0...620fc9b93615

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/67965514

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications


-------------- next part --------------
An HTML attachment was scrubbed...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index