Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup travis build #435

Merged
merged 5 commits into from
Apr 3, 2018
Merged

Speedup travis build #435

merged 5 commits into from
Apr 3, 2018

Conversation

majst01
Copy link
Collaborator

@majst01 majst01 commented Mar 24, 2018

Build should always be as fast as possible. so i did:

  • create a travis matrix of JDK and Influxdb version
  • run test against all influxdb versions only with the most current JDK, test with JDK8 only influxdb 1.5
  • reduce the amount of points written in one particular Performancetest.

Total duration is now ~3min compared to 35min before.

@majst01 majst01 requested a review from fmachado March 24, 2018 11:02
@codecov-io
Copy link

codecov-io commented Mar 24, 2018

Codecov Report

Merging #435 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             master   #435      +/-   ##
==========================================
+ Coverage     85.93%    86%   +0.07%     
  Complexity      292    292              
==========================================
  Files            20     20              
  Lines          1258   1258              
  Branches        131    132       +1     
==========================================
+ Hits           1081   1082       +1     
  Misses          116    116              
+ Partials         61     60       -1
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/influxdb/dto/Query.java 65.78% <0%> (+2.63%) 12% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77b5f37...a5abe45. Read the comment docs.

@majst01
Copy link
Collaborator Author

majst01 commented Mar 29, 2018

@fmachado what do you think ?

@majst01 majst01 merged commit e5aed8b into master Apr 3, 2018
@majst01 majst01 deleted the speedup-travis-build branch April 3, 2018 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants