[GitHub] jmeter pull request #231: WIP: timer that produces poisson arrivals with giv...

2017-12-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/231


---


[GitHub] jmeter pull request #231: WIP: timer that produces poisson arrivals with giv...

2017-11-03 Thread pmouawad
Github user pmouawad commented on a diff in the pull request:

https://github.com/apache/jmeter/pull/231#discussion_r148880960
  
--- Diff: 
src/components/org/apache/jmeter/timers/ExponentialTimerBeanInfo.java ---
@@ -0,0 +1,96 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+package org.apache.jmeter.timers;
+
+import org.apache.jmeter.testbeans.BeanInfoSupport;
+
+import java.beans.PropertyDescriptor;
+
+public class ExponentialTimerBeanInfo extends BeanInfoSupport {
+public ExponentialTimerBeanInfo() {
+super(ExponentialTimer.class);
+System.err.println("beaninfo");
+
--- End diff --

A little issue that will be fixed when this PR is merged



---


[GitHub] jmeter pull request #231: WIP: timer that produces poisson arrivals with giv...

2017-11-03 Thread ljacqu
Github user ljacqu commented on a diff in the pull request:

https://github.com/apache/jmeter/pull/231#discussion_r148849903
  
--- Diff: 
src/components/org/apache/jmeter/timers/ExponentialTimerBeanInfo.java ---
@@ -0,0 +1,96 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+package org.apache.jmeter.timers;
+
+import org.apache.jmeter.testbeans.BeanInfoSupport;
+
+import java.beans.PropertyDescriptor;
+
+public class ExponentialTimerBeanInfo extends BeanInfoSupport {
+public ExponentialTimerBeanInfo() {
+super(ExponentialTimer.class);
+System.err.println("beaninfo");
+
--- End diff --

What's this?


---


[GitHub] jmeter pull request #231: WIP: timer that produces poisson arrivals with giv...

2016-10-08 Thread vlsi
GitHub user vlsi opened a pull request:

https://github.com/apache/jmeter/pull/231

WIP: timer that produces poisson arrivals with given constant throughput

see 
http://mail-archives.apache.org/mod_mbox/jmeter-dev/201609.mbox/%3CCAB%3DJe-EBhT-hD-oAorpnyfR%2By%3DrPo6J1W4L96ND_WvmWm2sB1A%40mail.gmail.com%3E

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vlsi/jmeter poisson_arrivals

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/231.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #231


commit cdfe4ae6d405ec94a4ac1dcbdd58a4255ae91f61
Author: Vladimir Sitnikov 
Date:   2016-10-08T12:20:38Z

WIP: timer that produces poisson arrivals with given constant throughput

see 
http://mail-archives.apache.org/mod_mbox/jmeter-dev/201609.mbox/%3CCAB%3DJe-EBhT-hD-oAorpnyfR%2By%3DrPo6J1W4L96ND_WvmWm2sB1A%40mail.gmail.com%3E




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---