Skip to content

bigquery: add test and fix silly bugs#2712

Merged
pongad merged 1 commit intogoogleapis:bq-perffrom
pongad:bq-test
Dec 17, 2017
Merged

bigquery: add test and fix silly bugs#2712
pongad merged 1 commit intogoogleapis:bq-perffrom
pongad:bq-test

Conversation

@pongad
Copy link
Contributor

@pongad pongad commented Dec 15, 2017

No description provided.

@pongad pongad requested a review from tswast December 15, 2017 06:21
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 15, 2017
@pongad pongad merged commit ad69088 into googleapis:bq-perf Dec 17, 2017
@pongad pongad deleted the bq-test branch December 17, 2017 02:06
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
suztomo pushed a commit that referenced this pull request Mar 9, 2026
* deps: update github/codeql-action action to v2.3.6

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
)

In this PR:
- Skip running library generation test after merging a pull request.
Related error:
```
Run set -ex
  set -ex
  git checkout "${base_ref}"
  git checkout "${head_ref}"
  changed_directories="$(git diff --name-only ${base_ref} ${head_ref})"
  if [[ ${changed_directories} =~ "library_generation/" ]]; then
    echo "should_run=true" >> $GITHUB_OUTPUT
  else
    echo "should_run=false" >> $GITHUB_OUTPUT
  fi
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    base_ref: 
    head_ref: 
+ git checkout ''
fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths
```

Full log:
https://github.com/googleapis/sdk-platform-java/actions/runs/8913958564/job/24480528068
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants