Edd Robinson
9c488dccee
Increase test timeout
2017-12-15 22:30:19 +00:00
Jason Wilder
5763d01613
Fix brtfs docker build messages
2017-11-13 09:02:10 -07:00
Jason Wilder
00763b0105
Remove test.sh save
...
This doesn't appear to actually do anything and just rebuilds all the
images for some reason.
2017-10-30 11:49:47 -06:00
Jason Wilder
4c3e673376
Increase test timeout
2017-10-30 11:49:47 -06:00
Jason Wilder
2c33919f9c
Add build for go 1.9
2017-07-21 12:37:52 -06:00
Jason Wilder
01145d4e7e
Add builder for tsi tests
2017-07-21 11:48:51 -06:00
Jonathan A. Sternberg
1300f4cc6c
Remove the admin UI
2017-04-25 16:58:24 -05:00
Jonathan A. Sternberg
d0a9c4c781
Use go junit formatter to output tests in junit format on CircleCI
2017-04-10 11:47:51 -05:00
Ross McDonald
9b5ba6b8c3
Update circle.yml to automate release upload on version tag.
2016-07-14 14:32:53 -05:00
Jason Wilder
c11af949e9
Remove unnecessary test runs
...
* tsm1 engine test is no longer needed as it's the default now
* go1.6 build from git is not needed as we build with go1.6.2 released
version now.
2016-05-18 15:25:56 -06:00
Jason Wilder
37d8f005c8
Install go1.6 in circle env
2016-05-18 15:25:56 -06:00
Ross McDonald
1e0cd325f8
Remove automatic upload of packages to S3.
2016-05-02 18:03:16 -05:00
Ross McDonald
6fdc44dd77
Added improvements to build script:
...
- Now uses Python argparse for cleaner handling of arguments
- Added function documentation
- Removed a few unneeded functions
- Updated nightly logic to incremement minor version
- Added support for building from specific branch or commit
- Changed --no-stash option to --no-uncommitted for clarity
- Added a --release flag, default package output will now contain the branch and commit hash in the version number
- Static builds are now listed as an architecture
- Removes iteration from output package filename
2016-04-29 16:40:49 -05:00
Ross McDonald
6570da0b14
Minor updates to build.py and test.sh:
...
- Removed incorrect debug statement
- Switched GOARM value from arm64 to 7
- Switched order of generate and get call
- Added 'go generate' command to circle builds in test.sh
2016-03-16 11:02:01 -05:00
Jason Wilder
2433975a26
Update circle ci build envs
...
* Remove go tip
* Test with go1.6
2016-02-29 09:22:59 -07:00
Ross McDonald
28965597fb
Small fix for 'go get'/'gdm' call. Added verbose debug output to circle build output.
2016-02-26 12:32:37 -06:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Nathaniel Cook
df6d97a6a5
add docker rm flag so circleci can disable deletion of containers
2016-02-02 15:18:58 -07:00
Nathaniel Cook
66e9073909
make tip container usable for any git revision, add go1.6beta1 test
2015-12-16 15:28:35 -07:00
Nathaniel Cook
9840b5f1f4
only save image if changed from load
2015-12-15 12:50:49 -07:00
Nathaniel Cook
1e816e618b
decouple circleci from tests using docker
2015-12-14 16:39:39 -07:00
John Shahid
0b3c3d6182
get rid of the shell scripts
2014-01-06 11:22:19 -05:00
John Shahid
fc4aca44ad
add some notification in the test script
2013-11-18 11:46:35 -05:00
John Shahid
1be02d33aa
Revert "report coverage when using go tip."
...
This reverts commit 2817cf6dd2
.
2013-11-05 19:13:44 -05:00
John Shahid
2817cf6dd2
report coverage when using go tip.
2013-11-05 18:40:53 -05:00
John Shahid
bb95d9e677
run test coverage if this is a recent version of go.
2013-11-04 15:52:01 -05:00
John Shahid
3dc94a087f
allow test arguments.
2013-10-31 11:53:16 -04:00
John Shahid
c207be4a18
generate the parser c code in the build script.
2013-10-24 11:01:13 -04:00
John Shahid
0102c7ca4c
move gocheck to the build script.
2013-10-24 10:45:01 -04:00
John Shahid
b4851b712e
make the test script less verbose by default.
2013-10-21 17:04:45 -04:00
John Shahid
5b923875cd
make valgrind memory leak check optional.
2013-10-16 13:13:29 -04:00
John Shahid
ed02783c36
don't explode if we can't format the code.
2013-10-10 18:08:23 -04:00
Todd Persen
0e32cca556
Add flag for running benchmarks.
2013-10-10 15:42:31 -04:00
Paul Dix
fda550e04f
Update test script to increase the open file limit on osx
2013-10-10 10:54:53 -04:00
Todd Persen
d8a25cf5ca
Fix the test script for macs
2013-10-09 13:28:35 -04:00
John Shahid
5de35550e6
able to run tests in one package only.
2013-10-09 12:08:30 -04:00
John Shahid
0a88a01771
Rename the query package to parser.
2013-10-09 11:33:54 -04:00
John Shahid
8027a0b2c8
be more verbose.
2013-10-08 17:38:56 -04:00
John Shahid
27cc664838
be more verbose.
2013-10-08 17:32:42 -04:00
John Shahid
e41ad7fd20
format before running the tests.
2013-10-08 17:17:12 -04:00
John Shahid
c0ee40e82c
build and test all packages.
2013-10-08 17:01:20 -04:00
Todd Persen
51893ebd37
Parsing complex arithmetic operations.
2013-10-08 15:50:59 -04:00
Todd Persen
8e87803ee5
fix the test script on mac os
2013-10-08 12:43:46 -04:00
John Shahid
bd81803436
parse more grammar and test memory leaks when running the tests.
2013-10-07 11:13:39 -04:00
John Shahid
448e6716c0
add inequality and column names parsing
2013-10-05 23:24:42 -04:00
Paul Dix
f03f412c6f
Add protobuf protocol for representing series and points.
2013-10-03 16:59:02 -04:00
John Shahid
5501b489c6
add a go test to the parser.
2013-10-03 13:11:48 -04:00