henrikingo commented on PR #27:
URL: https://github.com/apache/hunter/pull/27#issuecomment-2573750180
Ah. I think I know what this is: We use hunter together with Nyrkiö, and the
latter has pytest-benchmark, so it successfully went through all our own
testing. I'll addpytest-benchmark to po
henrikingo opened a new pull request, #27:
URL: https://github.com/apache/hunter/pull/27
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail
brucearctor commented on issue #30:
URL: https://github.com/apache/hunter/issues/30#issuecomment-2634747361
f there are issues I'd take a look and likely pick up things that are
fitting. I probably need to run/test/use Hunter at first :-)
On creating issues: I play with some other
henrikingo commented on issue #30:
URL: https://github.com/apache/hunter/issues/30#issuecomment-2634725996
Excellent! Yes, we find it interesting and revolutionary too.
Would you like me to start creating some tickets of tasks I have in mind for
the future?I can do that while we cont
dave2wave opened a new issue, #31:
URL: https://github.com/apache/hunter/issues/31
When this mass change's PR is readied the commit should come from a PPMC
member who is from the org that signed the SGA.
--
This is an automated message from the Apache Git Service.
To respond to the messag
Ge opened a new pull request, #32:
URL: https://github.com/apache/hunter/pull/32
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: co
brucearctor opened a new issue, #30:
URL: https://github.com/apache/hunter/issues/30
the ReadME has "This is an unsupported open source project created by
DataStax employees." has that at the top.
Is that accurate?
Perhaps this was created by DataStax employees is correct. BUT
Ge commented on issue #30:
URL: https://github.com/apache/hunter/issues/30#issuecomment-2635188943
Hi @brucearctor !
Thank you for your interest in the project!
Please check out project documentation in
https://github.com/apache/hunter/tree/master/docs. Documentation pages
henrikingo commented on issue #30:
URL: https://github.com/apache/hunter/issues/30#issuecomment-2634648039
> the ReadME has "This is an unsupported open source project created by
DataStax employees." has that at the top.
>
> Is that accurate?
Hi. This is obviously not accurate.
brucearctor commented on issue #30:
URL: https://github.com/apache/hunter/issues/30#issuecomment-2634656354
makes sense -- thanks for quick response!
I found myself digging into ASF project on the [ lol ] hunt for somewhere
interesting to contribute.
This project looks quite
Ge merged PR #32:
URL: https://github.com/apache/hunter/pull/32
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@hunter.apache.or
henrikingo merged PR #27:
URL: https://github.com/apache/hunter/pull/27
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@hunter.apach
Ge commented on PR #27:
URL: https://github.com/apache/hunter/pull/27#issuecomment-2581699786
All the changes look good! We just need to remove `pytest-benchmark ` or
update the lock.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
henrikingo commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1926812812
##
README.md:
##
@@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions
_This is an unsupported open source project created by DataStax employees._
-Hunter perfor
Ge opened a new pull request, #28:
URL: https://github.com/apache/hunter/pull/28
This PR has the following changes:
1. Adds reproducible examples with docker-compose for PostgreSQL, Graphite,
Grafana, CSV.
2. Splits most of the information in README.md into separate docs pages.
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929946641
##
README.md:
##
@@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions
_This is an unsupported open source project created by DataStax employees._
-Hunter performs s
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929946724
##
README.md:
##
@@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions
_This is an unsupported open source project created by DataStax employees._
-Hunter performs s
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929947033
##
docs/ANALYZE.md:
##
@@ -0,0 +1,46 @@
+# Finding Change Points
+
+```
+hunter analyze ...
+hunter analyze ...
+```
+
+This command prints interesting results of all
+runs
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929946829
##
docs/ANALYZE.md:
##
@@ -0,0 +1,46 @@
+# Finding Change Points
+
+```
+hunter analyze ...
+hunter analyze ...
+```
+
+This command prints interesting results of all
+runs
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929948889
##
docs/GETTING_STARTED.md:
##
@@ -0,0 +1,129 @@
+# Getting Started
+
+## Installation
+
+Hunter requires Python 3.8. If you don't have python 3.8,
+use pyenv to install it.
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929948727
##
docs/ANALYZE.md:
##
@@ -0,0 +1,46 @@
+# Finding Change Points
+
+```
+hunter analyze ...
+hunter analyze ...
+```
+
+This command prints interesting results of all
+runs
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929948509
##
docs/ANALYZE.md:
##
@@ -0,0 +1,46 @@
+# Finding Change Points
+
+```
+hunter analyze ...
+hunter analyze ...
+```
+
+This command prints interesting results of all
+runs
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929949312
##
docs/INSTALL.md:
##
@@ -0,0 +1,19 @@
+# Installation
Review Comment:
README no longer contains installation instructions or anything else really
that belongs in the d
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929955752
##
README.md:
##
@@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions
_This is an unsupported open source project created by DataStax employees._
-Hunter performs s
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1929959099
##
docs/FEATURE_BRANCH.md:
##
@@ -0,0 +1,52 @@
+# Validating Performance of a Feature Branch
+
+The `hunter regressions` command can work with feature branches.
+
+First you
henrikingo commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1930111282
##
docs/ANALYZE.md:
##
@@ -0,0 +1,46 @@
+# Finding Change Points
+
+```
+hunter analyze ...
+hunter analyze ...
+```
+
+This command prints interesting results of all
+r
henrikingo commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1930130757
##
docs/VALIDATING_PERF.md:
##
@@ -0,0 +1,45 @@
+# Validating Performance against Baseline
Review Comment:
Maybe remove it for now and I can start a email thread whet
Ge commented on code in PR #28:
URL: https://github.com/apache/hunter/pull/28#discussion_r1931090688
##
docs/VALIDATING_PERF.md:
##
@@ -0,0 +1,45 @@
+# Validating Performance against Baseline
Review Comment:
38f531f
--
This is an automated message from the Apache Git
Ge merged PR #28:
URL: https://github.com/apache/hunter/pull/28
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@hunter.apache.or
Ge opened a new pull request, #29:
URL: https://github.com/apache/hunter/pull/29
This PR fixes links broken in https://github.com/apache/hunter/pull/28.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
Ge merged PR #29:
URL: https://github.com/apache/hunter/pull/29
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@hunter.apache.or
henrikingo commented on PR #28:
URL: https://github.com/apache/hunter/pull/28#issuecomment-2618727345
> Maybe remove it for now and I can start a email thread whether we want to
deprecate it.
Was going to do this but realized the regressions feature is still in the
docs serving the u
henrikingo commented on PR #27:
URL: https://github.com/apache/hunter/pull/27#issuecomment-2583723643
Ok actually I think you need to restart the test. I'm not a committer yet :-D
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
henrikingo commented on PR #27:
URL: https://github.com/apache/hunter/pull/27#issuecomment-2584258346
> Ok actually I think you need to restart the test. I'm not a committer yet
:-D
Never mind. It was just so fast I didn't realize it had ran already.
--
This is an automated message
dave2wave commented on issue #33:
URL: https://github.com/apache/hunter/issues/33#issuecomment-2654705169
There is a first step that a mentor needs to do in svn. That is to change
the name in podlings.xml. I'll take care of that shortly.
--
This is an automated message from the Apache
dave2wave commented on issue #33:
URL: https://github.com/apache/hunter/issues/33#issuecomment-2654750290
I've made changes from the incubator side in in svn:
```
% svn ci -m 'Change Hunter to Otava'
Deleting podlings/hunter.yml
Adding podlings/otava.yml
Sending
Ge opened a new issue, #34:
URL: https://github.com/apache/hunter/issues/34
**Current behavior**
```
./poetryw run hunter regressions window1min_time_rocks_on_close --branch 3.5
Traceback (most recent call last):
File "", line 1, in
File "/Users/asorokoumov/Pro
brucearctor closed pull request #35: remove unsupported comment
URL: https://github.com/apache/hunter/pull/35
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-
henrikingo opened a new issue, #33:
URL: https://github.com/apache/hunter/issues/33
We have a new name!
Apache Otava
This ticket collects the list of tasks that arise as a result of that, and
also that we need to complete before we make some social media noise about
-Hunter-,
henrikingo commented on issue #2:
URL: https://github.com/apache/hunter/issues/2#issuecomment-2654624019
I just want to state for the record, that one of the Nyrkiö 2024 patches
contains a fix that improved the accuracy of Hunter for finding small changes
and in my experience enabled goin
Ge commented on code in PR #35:
URL: https://github.com/apache/hunter/pull/35#discussion_r1970838585
##
README.md:
##
@@ -1,7 +1,7 @@
Hunter – Hunts Performance Regressions
==
-_This is an unsupported open source project created by Dat
Ge commented on PR #36:
URL: https://github.com/apache/hunter/pull/36#issuecomment-2683790253
Hey @brucearctor ,
Thanks for starting this work! Is it possible to keep compatibility with 3.8
/ run test matrix against both versions?
As I mentioned on the mailing list thread
brucearctor commented on PR #36:
URL: https://github.com/apache/hunter/pull/36#issuecomment-2683858197
still [ obviously ] a work in progress [ so have marked as draft ] -- using
as a way to get more deeply into the code Was trying to hack around a bit.
Not opposed to maintaining comp
brucearctor commented on PR #36:
URL: https://github.com/apache/hunter/pull/36#issuecomment-2684012935
looks like this needs to not be a 'draft' for CI to run.
I'm currently just using that for testing, rather than setting up locally.
Will tag individuals once ready for review
brucearctor commented on PR #36:
URL: https://github.com/apache/hunter/pull/36#issuecomment-2684209159
I'm gonna close ... I see this taking quite some time. AND, I am not ready
to devote a bunch of time to get this to work [ when I'm not even a user of it,
yet ]. Gonna play with some ot
brucearctor closed pull request #36: Updated python
URL: https://github.com/apache/hunter/pull/36
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commit
brucearctor commented on code in PR #35:
URL: https://github.com/apache/hunter/pull/35#discussion_r1970931080
##
README.md:
##
@@ -1,7 +1,7 @@
Hunter – Hunts Performance Regressions
==
-_This is an unsupported open source project created b
brucearctor commented on code in PR #35:
URL: https://github.com/apache/hunter/pull/35#discussion_r1970932130
##
README.md:
##
@@ -1,7 +1,7 @@
Hunter – Hunts Performance Regressions
==
-_This is an unsupported open source project created b
brucearctor closed pull request #36: Updated python
URL: https://github.com/apache/hunter/pull/36
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commit
brucearctor opened a new pull request, #36:
URL: https://github.com/apache/hunter/pull/36
To have a non-EOL python version
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
brucearctor opened a new pull request, #35:
URL: https://github.com/apache/hunter/pull/35
It isn't great for community or potentially onboarding users for the top of
the README to say is unsupported. So, removed/changed that line.
--
This is an automated message from the Apache Git Servi
henrikingo commented on code in PR #35:
URL: https://github.com/apache/hunter/pull/35#discussion_r1973620082
##
README.md:
##
@@ -1,7 +1,7 @@
Hunter – Hunts Performance Regressions
==
-_This is an unsupported open source project created by
52 matches
Mail list logo