Skip to content

Update log table column names to match ClickHouse otel defaults #2791

Update log table column names to match ClickHouse otel defaults

Update log table column names to match ClickHouse otel defaults #2791

name: Backend unit tests
on:
push:
branches:
- v1
- main
pull_request:
branches:
- v1
- main
schedule:
- cron: '0 9 1 * *'
jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
clickhouse:
- 24.8
- 25.3
- 25.5
- 25.6
- 25.7
- latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: 'stable'
- name: Build backend
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b
with:
args: buildAll
version: latest
- name: Run backend tests
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse }} go test -v ./...