[jira] [Created] (PYLUCENE-67) keyword arguments are silently ignored on wrapped constructors

2023-06-22 Thread Jira
Petrus Hyvönen created PYLUCENE-67:
--

 Summary: keyword arguments are silently ignored on wrapped 
constructors
 Key: PYLUCENE-67
 URL: https://issues.apache.org/jira/browse/PYLUCENE-67
 Project: PyLucene
  Issue Type: Improvement
 Environment: Tested on Linux
Reporter: Petrus Hyvönen


In using a JCC wrapped library, it is possible that a user uses keyword 
arguments instead of positional arguments for constructor / methods.

These are silently ignored which may be confusing for the user.

For example

Constructor(param1=1, param2=2) gives same as Constructor() without warning.

I think the expected behaviour would be to raise some error. 

Regards!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [VOTE] Release Lucene 9.7.0 RC1

2023-06-22 Thread Michael Sokolov
I have /tmp symlinked to /local/tmp (to get more space) and this seems
to cause some issue:

On Thu, Jun 22, 2023 at 7:07 PM Michael Sokolov  wrote:
>
> +0
>
> I had some test failures. Maybe a problem with my setup? I'll see if I can 
> repro
>
> gradlew :lucene:replicator:test --tests
> "org.apache.lucene.replicator.nrt.TestNRTReplication.testCrashPrimary1"
> -Ptests.jvms=8 "-Ptests.jv
> margs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
> -XX:ActiveProcessorCount=1" -Ptests.seed=789EFCADBD918CC6
> -Ptests.nightly=true -Ptests.badapples=false -Ptest
> s.gui=true -Ptests.file.encoding=UTF-8
>
> On Thu, Jun 22, 2023 at 1:06 PM Tomás Fernández Löbbe
>  wrote:
> >
> > Thanks Adrien!
> >
> > SUCCESS! [0:43:17.143555]
> > +1
> >
> > On Wed, Jun 21, 2023 at 7:37 AM Adrien Grand  wrote:
> >>
> >> Please vote for release candidate 1 for Lucene 9.7.0
> >>
> >> The artifacts can be downloaded from:
> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
> >>
> >> You can run the smoke tester directly with this command:
> >>
> >> python3 -u dev-tools/scripts/smokeTestRelease.py \
> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
> >>
> >> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00 
> >> UTC.
> >>
> >> [ ] +1  approve
> >> [ ] +0  no opinion
> >> [ ] -1  disapprove (and reason why)
> >>
> >> Here is my +1
> >>
> >> --
> >> Adrien

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [VOTE] Release Lucene 9.7.0 RC1

2023-06-22 Thread Michael Sokolov
+0

I had some test failures. Maybe a problem with my setup? I'll see if I can repro

gradlew :lucene:replicator:test --tests
"org.apache.lucene.replicator.nrt.TestNRTReplication.testCrashPrimary1"
-Ptests.jvms=8 "-Ptests.jv
margs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
-XX:ActiveProcessorCount=1" -Ptests.seed=789EFCADBD918CC6
-Ptests.nightly=true -Ptests.badapples=false -Ptest
s.gui=true -Ptests.file.encoding=UTF-8

On Thu, Jun 22, 2023 at 1:06 PM Tomás Fernández Löbbe
 wrote:
>
> Thanks Adrien!
>
> SUCCESS! [0:43:17.143555]
> +1
>
> On Wed, Jun 21, 2023 at 7:37 AM Adrien Grand  wrote:
>>
>> Please vote for release candidate 1 for Lucene 9.7.0
>>
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>
>> You can run the smoke tester directly with this command:
>>
>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>>
>> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00 UTC.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1
>>
>> --
>> Adrien

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [VOTE] Release Lucene 9.7.0 RC1

2023-06-22 Thread Tomás Fernández Löbbe
Thanks Adrien!

SUCCESS! [0:43:17.143555]
+1

On Wed, Jun 21, 2023 at 7:37 AM Adrien Grand  wrote:

> Please vote for release candidate 1 for Lucene 9.7.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.7.0-RC1-rev-ccf4b198ec328095d45d2746189dc8ca633e8bcf
>
> The vote will be open for at least 72 hours i.e. until 2023-06-24 15:00
> UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> --
> Adrien
>