Skip to main content
0 votes
1 answer
35 views

How to customize the executor in NextFlow [closed]

I want to write a plugin to customize the executor for nextflow.Do I just need to follow the nf-hello template and finally put the files in the plugins folder under the nf-hello template into the ...
MomochiKiruya's user avatar
1 vote
1 answer
8 views

TypeMappingException on groovy.lang.MetaClass when upgrading a graphql-spqr API

I am upgrading a Groovy project from Spring Boot 2.6.13 to 3.3.2 and updating graphql-spqr-spring-boot-starter from 0.0.6 to 1.0.1. But upgrading is causing the following error when the application ...
Chic's user avatar
  • 10.3k
0 votes
1 answer
13 views

Jenkins script cant call DiskSpaceMonitor.getFreeSpace(computer) on SlaveComputer

Trying to get the disk space for a node but running in to the following error: No signature of method: java.lang.Class.getFreeSpace() is applicable for argument types: (hudson.slaves.SlaveComputer) ...
Jacob's user avatar
  • 17
0 votes
1 answer
25 views

JMeter WebDriver Sampler: "Invalid call sequence" error with Groovy script after upgrade to WebDriver 4.13.0.1

I'm using JMeter 5.6.3 with the WebDriver Sampler version 4.13.0.1 and Groovy for scripting. After upgrading to this version, I started encountering the following error: 2024-09-17 19:30:23,748 ERROR ...
Chamith Priyadarshana's user avatar
0 votes
1 answer
46 views

Problem occurred in the android/app/build.gradle .thus this is not specified to the applicationId

enter image description here What is this issue? I do not understand why it is occurring. While I have successfully maintained all the build.gradle and app/build.gradle file organized. def ...
Devesh Tiwari's user avatar
0 votes
1 answer
35 views

Jenkins SQLRunnerBuilder : Capture error messages

I have three scripts that create table1, table2, and table3. I need to deploy these in different environments, and for this purpose, I am creating a Jenkins pipeline to execute my SQL scripts. During ...
Balanjaneyulu K's user avatar
0 votes
1 answer
42 views

In Groovy, how can I iterate through a list of maps and print each map's key/value?

I have the following test code where I create a list of Map<String,String> and want to print the key/value of each map in the list. #!/usr/local/bin/groovy List<Map<String,String>> ...
Chris F's user avatar
  • 16.2k
0 votes
0 answers
26 views

How to loop sending emails using GitHub Actions with variables values in the email body

I want to run Client-Credentials-Watchdog.yaml as cron job daily. It will fetch details of all the app credentials and find whose expiry date is less than 30 days to send out email notifications. Each ...
Reddy Rohit's user avatar
0 votes
1 answer
27 views

How to delete n no of rows from a table hybris

Huge data in my system is causing performance issues. So, I would like to delete 10000 records from Products table. Please let me know possible ways. Delete query with LIMIT is not working.
srihitha's user avatar
  • 471
1 vote
0 answers
17 views

Gradle submodule require another submodule as dependency nested deeper in other dir

I'm working as intern for a company which has base/common modules on github as open source, and some proprietary modules on their self hosted servers. They have their own plugin to start building any ...
Prerit Vishal's user avatar
-2 votes
1 answer
27 views

Jmeter validate only the first request is successfull, failing all other parallel requests

Scenario: I am trying to validate whether parallel requests can wrongly create folders with the same name under the same parent. I can send 10 parallel requests using Synchronizing Timer. However, I ...
Vel Ganesh's user avatar
0 votes
1 answer
43 views

Groovy JSONSlurper - How to access multiple level objects/arrays?

I have a project where I'll regularly be dealing with JSON files that are up to five levels deep. The elements will always be the same, but each level may come as an array or as an individual object. ...
Pauliesyllabic's user avatar
0 votes
1 answer
16 views

Reverse loop writing data to Excel file using Groovy script

I am able to write a groovy script for writing data to excel file. I want to reverse the loop in groovy script. Here is the groovy script- import java.io.BufferedReader; import java.io....
user6927606's user avatar
0 votes
1 answer
26 views

How To Add Dynamic Parameters in Body Data Alongside Static Parameters

I'm having an issue figuring out how to create this scenario. So, I have a request that has numerous dynamic parameters from a previous request in the body response that I need to correlate/...
Alexander Huynh's user avatar
-2 votes
0 answers
21 views

How to simulate taking a photo, selfie and a video in Katalon from a mobile device? [closed]

I'm using Katalon Enterprise to automate some test cases in Android and iOS (Java/Groovy) As part of one of the flows to register in the app I'm testing, I need to simulate the following scenarios: ...
Cristian Inda's user avatar

15 30 50 per page
1
2 3 4 5
2021